home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-decnetiv-mibext-00.txt < prev    next >
Text File  |  1993-07-08  |  147KB  |  4,602 lines

  1.  
  2.  
  3.           draft           DECnet Phase IV MIB Extensions         June 93
  4.  
  5.  
  6.                           DECnet Phase IV MIB Extensions
  7.  
  8.                                    24-June-1993
  9.  
  10.  
  11.                         DECnet Phase IV MIB Working Group
  12.  
  13.                                    Jon Saperia
  14.                           Digital Equipment Corporation
  15.                                saperia@tay.dec.com
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                                Status of this Memo
  22.  
  23.  
  24.           This document is an Internet Draft.  Internet Drafts are work-
  25.           ing documents of the Internet Engineering Task Force (IETF),
  26.           its Areas, and its Working Groups.  Note that other groups may
  27.           also distribute working documents as Internet Drafts.
  28.  
  29.           Internet Drafts are valid for a maximum of six months and may
  30.           be updated, replaced, or obsoleted by other documents at any
  31.           time.  It is inappropriate to use Internet Drafts as reference
  32.           material or to cite them other than as a "work in progress".
  33.  
  34.           Please check the id-abstracts.txt listing contained in the
  35.           internet-drafts Shadow Directories on the nic.ddn.mil,
  36.           nnsc.nsf.net, nic.nordu.net, ftp.nisc.sri.com, or
  37.           munnari.oz.au to learn the current status of any Internet
  38.           Draft.
  39.  
  40.           This document will be submitted to the Internet Architecture
  41.           Board as a Draft Standard.  This document defines and experi-
  42.           mental extension to the SNMP MIB.  This is a working document
  43.           only, it should neither be cited nor quoted in a formal docu-
  44.           ment.
  45.  
  46.           This document will expire before 24 December 1993.
  47.  
  48.           Distribution of this document is unlimited.
  49.  
  50.           Please send comments to the authors.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.           Expires December 24, 1993                             [Page 1]
  57.  
  58.  
  59.  
  60.  
  61.  
  62.           draft           DECnet Phase IV MIB Extensions         June 93
  63.  
  64.  
  65.           1.  Introduction
  66.  
  67.           This memo defines a set of DECnet Phase IV extensions that
  68.           have been created for the Internet MIB.  It reflects changes
  69.           which are the result of operational experience based on the
  70.           Proposed Standard RFC1289.  This memo does not specify a stan-
  71.           dard for the Internet community.
  72.  
  73.           When used in conjunction with the structure of management
  74.           information (RFC 1155), the management information base for
  75.           network management of TCP/IP-based internets (RFC 1213) and
  76.           the Simple Network Management Protocol (RFC 1157), it will be
  77.           possible to provide integrated network management of combined
  78.           TCP/IP and DECnet Phase IV based internets.  This document was
  79.           produced by the DECnet Phase IV MIB working group of the
  80.           Internet Engineering Task Force (IETF).
  81.  
  82.           With the adoption of The Simple Network Management Protocol
  83.           (RFC 1157), the management information base for network
  84.           management of TCP/IP-based internets (RFC 1213), and the
  85.           structure of management information (RFC 1155), by the Inter-
  86.           net, and a large number of vendor implementations of these
  87.           standards in commercially available products, it became possi-
  88.           ble to provide a higher level of effective network management
  89.           in TCP/IP-based internets than previously available. With the
  90.           growth in the use of these standards, network managers desired
  91.           to use this environment as a base for providing integrated
  92.           network management of multi-protocol networks.
  93.  
  94.           DECnet Phase IV is one widely used protocol which often coex-
  95.           ists in IP-based internets. This memo provides the mechanisms
  96.           by which IP-based management stations can effectively manage
  97.           DECnet Phase IV based systems (especially router products) in
  98.           an integrated fashion through the use of the standard Internet
  99.           SMI, MIB and Simple Network Management Protocol.
  100.  
  101.           DECnet Phase IV objects have been defined to be used in con-
  102.           junction with the Internet MIB to allow access and control of
  103.           these new objects by the Internet community. Additional sup-
  104.           port for other DECnet-based protocols such as RBMS (remote
  105.           bridge management software) or other Digital Equipment Cor-
  106.           poration Specific Hardware platforms is not included in this
  107.           document.
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.           Expires December 24, 1993                             [Page 2]
  116.  
  117.  
  118.  
  119.  
  120.  
  121.           draft           DECnet Phase IV MIB Extensions         June 93
  122.  
  123.  
  124.           2.  The Network Management Framework
  125.  
  126.           The Internet-standard Network Management Framework consists of
  127.           four components.  They are:
  128.  
  129.           o    RFC 1155 which defines the SMI, the mechanisms used for
  130.                describing and naming objects for the purpose of manage-
  131.                ment.
  132.  
  133.           o    RFC 1212 defines a more concise description mechanism,
  134.                which is wholly consistent with the SMI.
  135.  
  136.           o    RFC 1213 defines MIB-II, the core set of managed objects
  137.                for the Internet suite of protocols.
  138.  
  139.           o    RFC 1157 which defines the SNMP, the protocol used for
  140.                network access to managed objects.
  141.  
  142.           The Framework permits new objects to be defined for the pur-
  143.           pose of experimentation and evaluation.
  144.  
  145.  
  146.           2.1.  Object Definitions
  147.  
  148.           Managed objects are accessed via a virtual information store,
  149.           termed the Management Information Base or MIB.  Objects in the
  150.           MIB are defined using the subset of Abstract Syntax Notation
  151.           One (ASN.1) defined in the SMI.  In particular, each object
  152.           object type is named by an OBJECT IDENTIFIER, an administra-
  153.           tively assigned name.  The object type together with an object
  154.           instance serves to uniquely identify a specific instantiation
  155.           of the object.  For human convenience, we often use a textual
  156.           string, termed the descriptor, to refer to the object type.
  157.  
  158.  
  159.           2.2.  Format of Definitions
  160.  
  161.           Section 5 contains the specification of all object types con-
  162.           tained in this MIB module.  The object types are defined using
  163.           the conventions defined in the SMI, as amended by the exten-
  164.           sions specified in [5].
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.           Expires December 24, 1993                             [Page 3]
  175.  
  176.  
  177.  
  178.  
  179.  
  180.           draft           DECnet Phase IV MIB Extensions         June 93
  181.  
  182.  
  183.           3.  Selected Objects
  184.  
  185.           The objects included in this memo have been created from the
  186.           DIGITAL Network Architecture Network Management Functional
  187.           Specification Version 4.0.0 Dated July 1983. An attempt has
  188.           been made to provide a reasonable ordering of these variables
  189.           into groups. These groups are:
  190.  
  191.                System Group
  192.                Network Management Group
  193.                Session Group
  194.                End Group
  195.                Routing Group
  196.                Circuit Group
  197.                DDCMP Group
  198.                DDCMP Multipoint Control Group
  199.                Ethernet Group
  200.                Counters Group
  201.                Adjacency Group
  202.                Line Group
  203.                Non Broadcast Line Group
  204.                Area Group
  205.  
  206.           An effort has also been made to preserve the original syntax
  207.           of the object wherever possible, for example, a DECnet Phase
  208.           IV object is Executor State. This was originally coded as a
  209.           NICE (Network Information and Control Exchange) data type
  210.           which is a Coded single field object of 1 byte in length. When
  211.           converted for inclusion into the Internet MIB using the Inter-
  212.           net SMI, it became an enumerated integer.
  213.  
  214.           All objects in this memo are described using the standard
  215.           Internet SMI and BER of RFC 1155. A complete description of an
  216.           object will include the name, syntax and encoding. Just as
  217.           with objects supported in the MIB (RFC 1156), an object name
  218.           is identified with an object identifier which has been admin-
  219.           istratively assigned. This identifies an Object Type. When an
  220.           object type is combined with a specific instance, the particu-
  221.           lar object is uniquely identified. The use of Object Descrip-
  222.           tors in this memo is consistent with that of RFC 1156 - they
  223.           are text strings meant to be read by humans. The descriptors
  224.           have been taken from the original DIGITAL Network Architecture
  225.           Network Management Functional Specification Version 4.0.0
  226.           Dated July 1983 which defined DECnet Phase IV objects. These
  227.           names were then massaged to put them in a form as consistent
  228.  
  229.  
  230.  
  231.  
  232.  
  233.           Expires December 24, 1993                             [Page 4]
  234.  
  235.  
  236.  
  237.  
  238.  
  239.           draft           DECnet Phase IV MIB Extensions         June 93
  240.  
  241.  
  242.           as possible with object type names listed in the standard
  243.           Internet MIB. Object defintion information is also taken
  244.           directly from the Network Architecture Network Managment Func-
  245.           tional Specification cited above wherever possible. In this
  246.           document, EXECUTOR is intended to reference only the DECnet
  247.           software and is not intended to effect any other protocols
  248.           which may be running on the system.
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.           Expires December 24, 1993                             [Page 5]
  293.  
  294.  
  295.  
  296.  
  297.  
  298.           draft           DECnet Phase IV MIB Extensions         June 93
  299.  
  300.  
  301.           4.  Textual Conventions
  302.  
  303.           New datatypes have been introduced as a textual conventions in
  304.           this DECnet Phase IV MIB document. The purpose of these addi-
  305.           tions is to facilitate understanding of new objects in this
  306.           MIB. No changes to the SMI or the SNMP are necessary to sup-
  307.           port these conventions which are described in 5 (Definitions).
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.           Expires December 24, 1993                             [Page 6]
  352.  
  353.  
  354.  
  355.  
  356.  
  357.           draft           DECnet Phase IV MIB Extensions         June 93
  358.  
  359.  
  360.           5.  Definitions
  361.  
  362.                RFCxxxx-phivMIB
  363.  
  364.                DEFINITIONS ::= BEGIN
  365.  
  366.                IMPORTS
  367.                   Gauge
  368.                      FROM RFC1155-SMI
  369.                    OBJECT-TYPE
  370.                       FROM RFC-1212
  371.                    mib-2, DisplayString
  372.                      FROM RFC1213-MIB;
  373.  
  374.           -- DECNet Phase-IV MIB
  375.  
  376.                phiv      OBJECT IDENTIFIER ::= { experimental 5 }
  377.  
  378.           -- textual conventions
  379.  
  380.           PhivAddr ::= OCTET STRING (SIZE (2))
  381.           -- This data type is intended as a short word representation of
  382.           -- standard DECnet Phase IV addresses. DECnet addresses are
  383.           -- hierarchically structured numbers assigned to a particular
  384.           -- DECnet node. The address is structured so that the area
  385.           -- number is contained in the most significant 6 bits of the
  386.           -- first octet.  The next 2 bits of the first octet contain
  387.           -- the first two bits of the host address.  The remainder of
  388.           -- the host address is contained in the second octet.
  389.  
  390.           PhivCounter ::= INTEGER
  391.           -- This data type has been created for DECnet  counters.  These
  392.           -- counters latch at their maximum specified value until either
  393.           -- the system is restared, or they are reset to zero by the user
  394.           -- or management software.
  395.  
  396.           -- groups in the decnetiv mib
  397.  
  398.                 phivSystem             OBJECT IDENTIFIER ::= { phiv 1 }
  399.                 phivManagement         OBJECT IDENTIFIER ::= { phiv 2 }
  400.                 session                OBJECT IDENTIFIER ::= { phiv 3 }
  401.                 end                    OBJECT IDENTIFIER ::= { phiv 4 }
  402.                 routing                OBJECT IDENTIFIER ::= { phiv 5 }
  403.                 circuit                OBJECT IDENTIFIER ::= { phiv 6 }
  404.                 ddcmp                  OBJECT IDENTIFIER ::= { phiv 7 }
  405.  
  406.  
  407.  
  408.  
  409.  
  410.           Expires December 24, 1993                             [Page 7]
  411.  
  412.  
  413.  
  414.  
  415.  
  416.           draft           DECnet Phase IV MIB Extensions         June 93
  417.  
  418.  
  419.                 control                OBJECT IDENTIFIER ::= { phiv 8 }
  420.                 ethernet               OBJECT IDENTIFIER ::= { phiv 9 }
  421.                 counters               OBJECT IDENTIFIER ::= { phiv 10 }
  422.                 adjacency              OBJECT IDENTIFIER ::= { phiv 11 }
  423.                 line                   OBJECT IDENTIFIER ::= { phiv 12 }
  424.                 nonBroadcastLine       OBJECT IDENTIFIER ::= { phiv 14 }
  425.                 area                   OBJECT IDENTIFIER ::= { phiv 15 }
  426.  
  427.           -- System Group
  428.  
  429.           -- The implementation of the System Group is mandatory for
  430.           -- all systems.
  431.  
  432.           phivSystemState OBJECT-TYPE
  433.                SYNTAX INTEGER {
  434.                    on (1),
  435.                    off (2),
  436.                    shut (3),
  437.                    restricted (4)
  438.                }
  439.                ACCESS read-write
  440.                STATUS mandatory
  441.                DESCRIPTION
  442.                    "This represents the operational state of the executor
  443.                    node.
  444.                    The possible states are:
  445.                    ON          Allows logical links.
  446.                    OFF         Allows no new links, terminates existing
  447.                                links, and stops routing traffic through.
  448.                    SHUT        Allows no new logical links, does not
  449.                                destroy existing logical links, and goes
  450.                                to the OFF state when all logical links are
  451.                                gone.
  452.                    RESTRICTED  Allows no new incoming logical links from
  453.                                other nodes.
  454.  
  455.                    NOTE: These values are incremented by one compared to
  456.                    the standard DECnet values in order to maintain
  457.                    compliance with RFC 1155)."
  458.                ::= { phivSystem 1 }
  459.  
  460.           phivExecIdent OBJECT-TYPE
  461.                SYNTAX DisplayString ( SIZE (0..32) )
  462.                ACCESS read-write
  463.                STATUS mandatory
  464.  
  465.  
  466.  
  467.  
  468.  
  469.           Expires December 24, 1993                             [Page 8]
  470.  
  471.  
  472.  
  473.  
  474.  
  475.           draft           DECnet Phase IV MIB Extensions         June 93
  476.  
  477.  
  478.                DESCRIPTION
  479.                    "This is a text string that describes the executor node
  480.                    (for example, 'Research Lab').  The string is up to 32
  481.                    characters of any type."
  482.                ::= { phivSystem 2 }
  483.  
  484.           -- Network Management Group
  485.  
  486.           -- The implementation of the Network Management Group is
  487.           -- mandatory for all systems which contain a DECnet style
  488.           -- management version.
  489.  
  490.  
  491.           phivMgmtMgmtVers OBJECT-TYPE
  492.                SYNTAX DisplayString (SIZE (0..255) )
  493.                ACCESS read-only
  494.                STATUS mandatory
  495.                DESCRIPTION
  496.                    "This is the read-only Network Management Version,
  497.                    consisting of the version number, the Engineering
  498.                    Change Order (ECO) number, and the user ECO number
  499.                    (for example, 3.0.0). This parameter applies to the
  500.                    executor node only."
  501.                ::= { phivManagement 1 }
  502.  
  503.           -- Session Layer Group
  504.  
  505.           -- The implementation of the Session Layer Group is optional.
  506.           -- As usual, if a group is implemented, all objects in that group
  507.           -- must be implemented.
  508.  
  509.           phivSessionSystemName OBJECT-TYPE
  510.                SYNTAX DisplayString ( SIZE (0..6) )
  511.                ACCESS read-only
  512.                STATUS mandatory
  513.                DESCRIPTION
  514.                    "Name to be associated with the node identification.
  515.                    Only one name can be assigned to a node address or a
  516.                    circuit identification. No name should be used more than
  517.                    once in a DECnet network. Node-name is one to six upper
  518.                    case alphanumeric characters with at least one alpha
  519.                    character. A length of 0 indicates no name."
  520.                ::= { session 1 }
  521.  
  522.           phivSessionInTimer OBJECT-TYPE
  523.  
  524.  
  525.  
  526.  
  527.  
  528.           Expires December 24, 1993                             [Page 9]
  529.  
  530.  
  531.  
  532.  
  533.  
  534.           draft           DECnet Phase IV MIB Extensions         June 93
  535.  
  536.  
  537.                SYNTAX INTEGER (0..65535)
  538.                ACCESS read-write
  539.                STATUS mandatory
  540.                DESCRIPTION
  541.                    "This value represents the maximum duration between the
  542.                    time a connect is received for a process at the
  543.                    executor node and the time that process accepts or
  544.                    rejects it. If the connect is not accepted or rejected
  545.                    by the user within the number of seconds specified,
  546.                    Session Control rejects it for the user.  A 0
  547.                    indicates no timer is running."
  548.                ::= { session 2 }
  549.  
  550.           phivSessionOutTimer OBJECT-TYPE
  551.                SYNTAX INTEGER (0..65535)
  552.                ACCESS read-write
  553.                STATUS mandatory
  554.                DESCRIPTION
  555.                    "This value represents the duration between the time the
  556.                    executor requests a connect and the time that connect is
  557.                    acknowledged by the destination node. If the connect is
  558.                    not acknowledged within the number of seconds
  559.                    specified, Session Control returns an error.  A 0
  560.                    indicates no timer is running."
  561.                ::= { session 3 }
  562.  
  563.           -- End Communication Layer Group
  564.  
  565.           -- The implementation of the End Communication Layer Group is optional.
  566.           -- As usual, if a group is implemented, all objects in that group
  567.           -- must be implemented.
  568.  
  569.           -- Remote State Table
  570.  
  571.           phivEndRemoteTable OBJECT-TYPE
  572.                SYNTAX SEQUENCE OF PhivEndRemoteEntry
  573.                ACCESS not-accessible
  574.                STATUS mandatory
  575.                DESCRIPTION
  576.                    "Information about the state of sessions between the
  577.                    node under study and the nodes found in the table."
  578.                ::= { end 1 }
  579.  
  580.           phivEndRemoteEntry OBJECT-TYPE
  581.                SYNTAX PhivEndRemoteEntry
  582.  
  583.  
  584.  
  585.  
  586.  
  587.           Expires December 24, 1993                            [Page 10]
  588.  
  589.  
  590.  
  591.  
  592.  
  593.           draft           DECnet Phase IV MIB Extensions         June 93
  594.  
  595.  
  596.                ACCESS not-accessible
  597.                STATUS mandatory
  598.                DESCRIPTION
  599.                    "Information about a particular remote node as seen
  600.                    from the end communication layer."
  601.                INDEX  { phivEndRemoteHostNodeID }
  602.                ::= { phivEndRemoteTable 1 }
  603.  
  604.           PhivEndRemoteEntry ::=
  605.                SEQUENCE {
  606.                    phivEndRemoteHostNodeID
  607.                        PhivAddr,
  608.                    phivEndRemoteState
  609.                        INTEGER,
  610.                    phivEndCircuitIndex
  611.                        INTEGER,
  612.                    phivEndActiveLinks
  613.                        INTEGER,
  614.                    phivEndDelay
  615.                        INTEGER (0..65535)
  616.                }
  617.           phivEndRemoteHostNodeID OBJECT-TYPE
  618.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  619.                ACCESS read-only
  620.                STATUS mandatory
  621.                DESCRIPTION
  622.                    "This value is the address of the remote node to be
  623.                    evaluated."
  624.                ::= { phivEndRemoteEntry 1 }
  625.  
  626.           phivEndRemoteState OBJECT-TYPE
  627.                SYNTAX INTEGER {
  628.                    on (1),
  629.                    off (2),
  630.                    shut (3),
  631.                    restricted (4)
  632.                }
  633.                ACCESS read-write
  634.                STATUS mandatory
  635.                DESCRIPTION
  636.                    "This represents the operational state of the remote node
  637.                    being evaluated.
  638.                    The possible states are:
  639.  
  640.                    ON          Allows logical links.
  641.  
  642.  
  643.  
  644.  
  645.  
  646.           Expires December 24, 1993                            [Page 11]
  647.  
  648.  
  649.  
  650.  
  651.  
  652.           draft           DECnet Phase IV MIB Extensions         June 93
  653.  
  654.  
  655.                    OFF         Allows no new links, terminates existing
  656.                                links, and stops routing traffic through.
  657.                    SHUT        Allows no new logical links, does not
  658.                                destroy existing logical links, and goes
  659.                                to the OFF state when all logical links are
  660.                                gone.
  661.                    RESTRICTED  Allows no new incoming logical links from
  662.                                other nodes.
  663.  
  664.                    NOTE: These values are incremented by one compared to
  665.                    the standard DECnet values in order to maintain
  666.                    compliance with RFC 1155."
  667.                ::= { phivEndRemoteEntry 2 }
  668.  
  669.           phivEndCircuitIndex OBJECT-TYPE
  670.                SYNTAX INTEGER
  671.                ACCESS read-only
  672.                STATUS mandatory
  673.                DESCRIPTION
  674.                    "A unique index value for each known circuit used to
  675.                    communicate with the remote node.  This is the same
  676.                    value as phivCircuitIndex."
  677.                ::= { phivEndRemoteEntry 3 }
  678.  
  679.           phivEndActiveLinks OBJECT-TYPE
  680.                SYNTAX INTEGER (0..65535)
  681.                ACCESS read-only
  682.                STATUS mandatory
  683.                DESCRIPTION
  684.                    "This read-only parameter represents the number of active
  685.                    logical links from the executor to the destination node."
  686.                ::= { phivEndRemoteEntry 4 }
  687.  
  688.           phivEndDelay OBJECT-TYPE
  689.                SYNTAX INTEGER (0..65535)
  690.                ACCESS read-only
  691.                STATUS mandatory
  692.                DESCRIPTION
  693.                    "This read-only parameter is the average round trip
  694.                    delay in seconds to the destination node. This
  695.                    parameter is kept on a remote node basis."
  696.                ::= { phivEndRemoteEntry 5 }
  697.  
  698.           -- End System Counter Table
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.           Expires December 24, 1993                            [Page 12]
  706.  
  707.  
  708.  
  709.  
  710.  
  711.           draft           DECnet Phase IV MIB Extensions         June 93
  712.  
  713.  
  714.           phivEndCountTable OBJECT-TYPE
  715.                SYNTAX SEQUENCE OF PhivEndCountEntry
  716.                ACCESS not-accessible
  717.                STATUS mandatory
  718.                DESCRIPTION
  719.                    "Information about the counters associated with each end
  720.                    system that is known to the entity. These counters
  721.                    reflect totals from the perspective of the executor
  722.                    node."
  723.                ::= { end 2 }
  724.  
  725.           phivEndCountEntry OBJECT-TYPE
  726.                SYNTAX PhivEndCountEntry
  727.                ACCESS not-accessible
  728.                STATUS mandatory
  729.                DESCRIPTION
  730.                    "Information about a particular session between two end
  731.                    systems."
  732.                INDEX  { phivEndCountHostNodeID }
  733.                ::= { phivEndCountTable 1 }
  734.  
  735.           PhivEndCountEntry ::=
  736.                SEQUENCE {
  737.                    phivEndCountHostNodeID
  738.                        PhivAddr,
  739.                    phivEndCountSecsLastZeroed
  740.                        PhivCounter (0..65535),
  741.                    phivEndCountUsrBytesRec
  742.                        PhivCounter,
  743.                    phivEndCountUsrBytesSent
  744.                        PhivCounter,
  745.                    phivEndUCountUsrMessRec
  746.                        PhivCounter,
  747.                    phivEndCountUsrMessSent
  748.                        PhivCounter,
  749.                    phivEndCountTotalBytesRec
  750.                        PhivCounter,
  751.                    phivEndCountTotalBytesSent
  752.                        PhivCounter,
  753.                    phivEndCountTotalMessRec
  754.                        PhivCounter,
  755.                    phivEndCountTotalMessSent
  756.                        PhivCounter,
  757.                    phivEndCountConnectsRecd
  758.                        PhivCounter (0..65535),
  759.  
  760.  
  761.  
  762.  
  763.  
  764.           Expires December 24, 1993                            [Page 13]
  765.  
  766.  
  767.  
  768.  
  769.  
  770.           draft           DECnet Phase IV MIB Extensions         June 93
  771.  
  772.  
  773.                    phivEndCountConnectsSent
  774.                        PhivCounter (0..65535),
  775.                    phivEndCountReponseTimeouts
  776.                        PhivCounter (0..65535),
  777.                    phivEndCountRecdConnectResErrs
  778.                        PhivCounter (0..65535)
  779.                }
  780.           phivEndCountHostNodeID OBJECT-TYPE
  781.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  782.                ACCESS read-only
  783.                STATUS mandatory
  784.                DESCRIPTION
  785.                    "This value is the address of the remote node to be
  786.                    evaluated."
  787.                ::= { phivEndCountEntry 1 }
  788.  
  789.           phivEndCountSecsLastZeroed OBJECT-TYPE
  790.                SYNTAX PhivCounter (0..65535)
  791.                ACCESS read-only
  792.                STATUS mandatory
  793.                DESCRIPTION
  794.                    "This value is the number of seconds that have elapsed
  795.                    since the counters for the node in this table row were
  796.                    last set to zero. This counter is located  in the
  797.                    network management layer, but is returned with the
  798.                    end system information which follows."
  799.                ::= { phivEndCountEntry 2 }
  800.  
  801.           phivEndCountUsrBytesRec OBJECT-TYPE
  802.                SYNTAX PhivCounter
  803.                ACCESS read-only
  804.                STATUS mandatory
  805.                DESCRIPTION
  806.                    "Number of user bytes received from the target host."
  807.                ::= { phivEndCountEntry 3 }
  808.  
  809.           phivEndCountUsrBytesSent OBJECT-TYPE
  810.                SYNTAX PhivCounter
  811.                ACCESS read-only
  812.                STATUS mandatory
  813.                DESCRIPTION
  814.                    "Number of user bytes sent to the target host."
  815.                ::= { phivEndCountEntry 4 }
  816.  
  817.           phivEndUCountUsrMessRec OBJECT-TYPE
  818.  
  819.  
  820.  
  821.  
  822.  
  823.           Expires December 24, 1993                            [Page 14]
  824.  
  825.  
  826.  
  827.  
  828.  
  829.           draft           DECnet Phase IV MIB Extensions         June 93
  830.  
  831.  
  832.                 SYNTAX PhivCounter
  833.                 ACCESS read-only
  834.                 STATUS mandatory
  835.                 DESCRIPTION
  836.                     "Number of user messages received from the target host."
  837.                 ::= { phivEndCountEntry 5 }
  838.  
  839.           phivEndCountUsrMessSent OBJECT-TYPE
  840.                SYNTAX PhivCounter
  841.                ACCESS read-only
  842.                STATUS mandatory
  843.                DESCRIPTION
  844.                    "Number of user messages sent to the target host."
  845.                ::= { phivEndCountEntry 6 }
  846.  
  847.           phivEndCountTotalBytesRec OBJECT-TYPE
  848.                SYNTAX PhivCounter
  849.                ACCESS read-only
  850.                STATUS mandatory
  851.                DESCRIPTION
  852.                    "Number of bytes received from the target host."
  853.                ::= { phivEndCountEntry 7 }
  854.  
  855.           phivEndCountTotalBytesSent OBJECT-TYPE
  856.                SYNTAX PhivCounter
  857.                ACCESS read-only
  858.                STATUS mandatory
  859.                DESCRIPTION
  860.                    "Number of bytes sent to the target host."
  861.                ::= { phivEndCountEntry 8 }
  862.  
  863.           phivEndCountTotalMessRec OBJECT-TYPE
  864.                SYNTAX PhivCounter
  865.                ACCESS read-only
  866.                STATUS mandatory
  867.                DESCRIPTION
  868.                    "Number of messages received from the target host."
  869.                ::= { phivEndCountEntry 9 }
  870.  
  871.           phivEndCountTotalMessSent OBJECT-TYPE
  872.                SYNTAX PhivCounter
  873.                ACCESS read-only
  874.                STATUS mandatory
  875.                DESCRIPTION
  876.                    "Number of messages sent to the target host."
  877.  
  878.  
  879.  
  880.  
  881.  
  882.           Expires December 24, 1993                            [Page 15]
  883.  
  884.  
  885.  
  886.  
  887.  
  888.           draft           DECnet Phase IV MIB Extensions         June 93
  889.  
  890.  
  891.                ::= { phivEndCountEntry 10 }
  892.  
  893.           phivEndCountConnectsRecd OBJECT-TYPE
  894.                SYNTAX PhivCounter (0..65535)
  895.                ACCESS read-only
  896.                STATUS mandatory
  897.                DESCRIPTION
  898.                    "Number of connects received from the target host."
  899.                ::= { phivEndCountEntry 11 }
  900.  
  901.           phivEndCountConnectsSent OBJECT-TYPE
  902.                SYNTAX PhivCounter (0..65535)
  903.                ACCESS read-only
  904.                STATUS mandatory
  905.                DESCRIPTION
  906.                    "Number of connects sent to the target host."
  907.                ::= {phivEndCountEntry 12 }
  908.  
  909.           phivEndCountReponseTimeouts OBJECT-TYPE
  910.                SYNTAX PhivCounter (0..65535)
  911.                ACCESS read-only
  912.                STATUS mandatory
  913.                DESCRIPTION
  914.                    "Number of response timeouts."
  915.                ::= { phivEndCountEntry 13 }
  916.  
  917.           phivEndCountRecdConnectResErrs OBJECT-TYPE
  918.                SYNTAX PhivCounter (0..65535)
  919.                ACCESS read-only
  920.                STATUS mandatory
  921.                DESCRIPTION
  922.                    "Number of received connect resource errors."
  923.                ::= {phivEndCountEntry 14 }
  924.  
  925.           -- additional End System objects
  926.  
  927.           phivEndMaxLinks OBJECT-TYPE
  928.                SYNTAX INTEGER (1..65535)
  929.                ACCESS read-write
  930.                STATUS mandatory
  931.                DESCRIPTION
  932.                    "This value represents the maximum active logical
  933.                    link count allowed for the executor."
  934.                ::= { end 3 }
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.           Expires December 24, 1993                            [Page 16]
  942.  
  943.  
  944.  
  945.  
  946.  
  947.           draft           DECnet Phase IV MIB Extensions         June 93
  948.  
  949.  
  950.           phivEndNSPVers OBJECT-TYPE
  951.                SYNTAX DisplayString (SIZE (0..255) )
  952.                ACCESS read-only
  953.                STATUS mandatory
  954.                DESCRIPTION
  955.                    "This read-only parameter represents the version number
  956.                    of the node End Communication S/W. The format is
  957.                    version number, ECO, and user ECO, e.g., 4.1.0"
  958.                ::= { end 4 }
  959.  
  960.           phivEndRetransmitFactor OBJECT-TYPE
  961.                SYNTAX INTEGER (1..65535)
  962.                ACCESS read-write
  963.                STATUS mandatory
  964.                DESCRIPTION
  965.                    "This value represents the maximum number of times the
  966.                    source End Communication at the executor node will
  967.                    restart the retransmission timer when it expires. If
  968.                    the number is exceeded, Session Control disconnects the
  969.                    logical link for the user."
  970.                ::= { end 5 }
  971.  
  972.           phivEndDelayFact OBJECT-TYPE
  973.                SYNTAX INTEGER (1..255)
  974.                ACCESS read-write
  975.                STATUS mandatory
  976.                DESCRIPTION
  977.                    "This is the number by which to multiply one sixteenth
  978.                    of the estimated round trip delay to a node to set the
  979.                    retransmission timer to that node."
  980.                ::= { end 6 }
  981.  
  982.           phivEndDelayWeight OBJECT-TYPE
  983.                SYNTAX INTEGER (1..255)
  984.                ACCESS read-write
  985.                STATUS mandatory
  986.                DESCRIPTION
  987.                    "This number represents the weight to apply to a
  988.                    current round trip delay estimate to a remote node
  989.                    when updating the estimated round trip delay to a node.
  990.                    On some systems the number must be 1 less than a power
  991.                    of 2 for computational efficiency."
  992.                ::= { end 7 }
  993.  
  994.           phivEndInactivityTimer OBJECT-TYPE
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.           Expires December 24, 1993                            [Page 17]
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.           draft           DECnet Phase IV MIB Extensions         June 93
  1007.  
  1008.  
  1009.                SYNTAX INTEGER (1..65535)
  1010.                ACCESS read-write
  1011.                STATUS mandatory
  1012.                DESCRIPTION
  1013.                    "This value represents the maximum duration of inactivity
  1014.                    (no data in either direction) on a logical link before
  1015.                    the node checks to see if the logical link still works.
  1016.                    If no activity occurs within the minimum number of
  1017.                    seconds, End Communication generates artificial
  1018.                    traffic to test the link (End Communication
  1019.                    specification)."
  1020.                ::= { end 8 }
  1021.  
  1022.           phivEndCountZeroCount OBJECT-TYPE
  1023.                SYNTAX INTEGER {
  1024.                    other (1),
  1025.                    reset (2)
  1026.                }
  1027.                ACCESS read-write
  1028.                STATUS mandatory
  1029.                DESCRIPTION
  1030.                    "When this value is set to 2, all of the counters in
  1031.                    the End System Counter Table are set to zero."
  1032.                ::= { end 9 }
  1033.  
  1034.           phivEndMaxLinksActive OBJECT-TYPE
  1035.                SYNTAX PhivCounter (0..65535)
  1036.                ACCESS read-write
  1037.                STATUS mandatory
  1038.                DESCRIPTION
  1039.                    "This value represents the high water mark for the
  1040.                    number of links that were active at any one time."
  1041.                ::= { end 10 }
  1042.  
  1043.           -- Routing Layer Group
  1044.  
  1045.           -- The implementation of the Routing Layer Group is mandatory for
  1046.           -- all systems that implement level 1 routing layer
  1047.           -- communications.
  1048.  
  1049.           phivRouteBroadcastRouteTimer OBJECT-TYPE
  1050.                SYNTAX INTEGER (1..65535)
  1051.                ACCESS read-write
  1052.                STATUS mandatory
  1053.                DESCRIPTION
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.           Expires December 24, 1993                            [Page 18]
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.           draft           DECnet Phase IV MIB Extensions         June 93
  1066.  
  1067.  
  1068.                    "This value determines the maximum time in seconds
  1069.                     allowed between Routing updates on Ethernet
  1070.                     circuits. When this timer expired before a routing
  1071.                     update occurs, a routing update is forced.  With a
  1072.                     standard calculation, Routing also uses this timer
  1073.                     to enforce a minimum delay between routing updates."
  1074.                ::= { routing 1 }
  1075.  
  1076.           phivRouteBuffSize OBJECT-TYPE
  1077.                SYNTAX INTEGER (1..65535)
  1078.                ACCESS read-write
  1079.                STATUS mandatory
  1080.                DESCRIPTION
  1081.                    "This parameter value determines the maximum size of
  1082.                     a Routing message. It therefore determines the maximum
  1083.                     size message that can be forwarded.  This size includes
  1084.                     protocol overhead down to and including the End
  1085.                     Communication layer, plus a constant value of 6. (This
  1086.                     value of 6 is included to provide compatibility with
  1087.                     the parameter definition in Phase III, which included
  1088.                     the Routing overhead.) It does not include Routing or
  1089.                     Data link overhead (except for the constant value of
  1090.                     6). There is one buffer size for all circuits.
  1091.  
  1092.                     NOTE: The BUFFER SIZE defines the maximum size messages
  1093.                     that the Routing layer can forward. The SEGMENT BUFFER
  1094.                     SIZE (defined below) defines the maximum size messages
  1095.                     that the End Communication layer can transmit or
  1096.                     receive. The SEGMENT BUFFER SIZE is always less than
  1097.                     or equal to the BUFFER SIZE. Normally the two
  1098.                     parameters will be equal. They may be different to
  1099.                     allow the network manager to alter buffer sizes
  1100.                     on all nodes without interruption of service. They both
  1101.                     include an extra 6 bytes for compatibility with Phase
  1102.                     III."
  1103.                ::= { routing 2 }
  1104.  
  1105.           phivRouteRoutingVers OBJECT-TYPE
  1106.                SYNTAX DisplayString ( SIZE (0..255) )
  1107.                ACCESS read-only
  1108.                STATUS mandatory
  1109.                DESCRIPTION
  1110.                    "This read-only parameter identifies the executor node's
  1111.                    Routing version number.  The format is version number,
  1112.                    ECO, and user ECO, e.g., 4.1.0"
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.           Expires December 24, 1993                            [Page 19]
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.           draft           DECnet Phase IV MIB Extensions         June 93
  1125.  
  1126.  
  1127.                ::= { routing 3 }
  1128.  
  1129.           phivRouteMaxAddr OBJECT-TYPE
  1130.                SYNTAX INTEGER (1..1023)
  1131.                ACCESS read-write
  1132.                STATUS mandatory
  1133.                DESCRIPTION
  1134.                    "This value represents the largest node number and,
  1135.                    therefore, number of nodes that can be known about
  1136.                    by the executor node's home area."
  1137.                ::= { routing 4 }
  1138.  
  1139.           phivRouteMaxBdcastNonRouters OBJECT-TYPE
  1140.                SYNTAX INTEGER (0..65535)
  1141.                ACCESS read-write
  1142.                STATUS mandatory
  1143.                DESCRIPTION
  1144.                    "This value represents the maximum total number of
  1145.                    nonrouters the executor node can have on its Ethernet
  1146.                    circuits."
  1147.                ::= { routing 5 }
  1148.  
  1149.           phivRouteMaxBdcastRouters OBJECT-TYPE
  1150.                SYNTAX INTEGER (0..65535)
  1151.                ACCESS read-write
  1152.                STATUS mandatory
  1153.                DESCRIPTION
  1154.                    "This value represents the maximum total number of
  1155.                    routers the executor node can have on its Ethernet
  1156.                    circuits."
  1157.                ::= { routing 6 }
  1158.  
  1159.           phivRouteMaxBuffs OBJECT-TYPE
  1160.                SYNTAX INTEGER (1..65535)
  1161.                ACCESS read-write
  1162.                STATUS mandatory
  1163.                DESCRIPTION
  1164.                    "This value represents the maximum number of transmit
  1165.                    buffers that Routing may use for all circuits."
  1166.                ::= { routing 7 }
  1167.  
  1168.           phivRouteMaxCircuits OBJECT-TYPE
  1169.                SYNTAX INTEGER (1..65535)
  1170.                ACCESS read-write
  1171.                STATUS mandatory
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.           Expires December 24, 1993                            [Page 20]
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.           draft           DECnet Phase IV MIB Extensions         June 93
  1184.  
  1185.  
  1186.                DESCRIPTION
  1187.                    "This value represents the maximum number of Routing
  1188.                    circuits that the executor node can know about."
  1189.                ::= { routing 8 }
  1190.  
  1191.           phivRouteMaxCost OBJECT-TYPE
  1192.                SYNTAX INTEGER (1..1022)
  1193.                ACCESS read-write
  1194.                STATUS mandatory
  1195.                DESCRIPTION
  1196.                    "This value represents the maximum total path cost
  1197.                    allowed from the executor to any node within an area.
  1198.                    The path cost is the sum of the circuit costs along
  1199.                    a path between two nodes. This parameter defines the
  1200.                    point where the executor node's Routing routing
  1201.                    decision algorithm declares another node unreachable
  1202.                    because the cost of the least costly path to the
  1203.                    other node is excessive. For correct operation, this
  1204.                    parameter must not be less than the maximum path cost
  1205.                    of the network."
  1206.                ::= { routing 9 }
  1207.  
  1208.           phivRouteMaxHops OBJECT-TYPE
  1209.                SYNTAX INTEGER (1..30)
  1210.                ACCESS read-write
  1211.                STATUS mandatory
  1212.                DESCRIPTION
  1213.                    "This value represents the maximum number of routing hops
  1214.                    allowable from the executor to any other reachable node
  1215.                    within an area. (A hop is the logical distance over a
  1216.                    circuit between two adjacent nodes.) This parameter
  1217.                    defines the point where the executor node's Routing
  1218.                    routing decision algorithm declares another node
  1219.                    unreachable because the length of the shortest path
  1220.                    between the two nodes is too long. For correct
  1221.                    operation, this parameter must not be less than the
  1222.                    network diameter. (The network diameter is the
  1223.                    reachability distance between the two nodes of the
  1224.                    network having the greatest reachability distance,
  1225.                    where reachability distance is the length the shortest
  1226.                    path between a given pair of nodes.)"
  1227.                ::= { routing 10 }
  1228.  
  1229.           phivRouteMaxVisits OBJECT-TYPE
  1230.                SYNTAX INTEGER (1..63)
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.           Expires December 24, 1993                            [Page 21]
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.           draft           DECnet Phase IV MIB Extensions         June 93
  1243.  
  1244.  
  1245.                ACCESS read-write
  1246.                STATUS mandatory
  1247.                DESCRIPTION
  1248.                    "This value represents the maximum number of nodes a
  1249.                    message coming into the executor node can have visited.
  1250.                    If the message is not for this node and the MAXIMUM
  1251.                    VISITS number is exceeded, the message is discarded.
  1252.                    The MAXIMUM VISITS parameter defines the point where
  1253.                    the packet lifetime control algorithm discards
  1254.                    a packet that has traversed too many nodes. For correct
  1255.                    operation, this parameter must not be less than the
  1256.                    maximum path length of the network. (The maximum path
  1257.                    length is the routing distance between the two nodes of
  1258.                    the network having the greatest routing distance, where
  1259.                    routing distance is the length of the least costly
  1260.                    path between a given pair of nodes.)"
  1261.                ::= { routing 11 }
  1262.  
  1263.           phivRouteRoutingTimer OBJECT-TYPE
  1264.                SYNTAX INTEGER (1..65535)
  1265.                ACCESS read-write
  1266.                STATUS mandatory
  1267.                DESCRIPTION
  1268.                    "This value determines the maximum time in seconds
  1269.                    allowed between Routing updates on non-Ethernet
  1270.                    circuits. When this timer expires before a routing
  1271.                    update occurs, a routing update is forced."
  1272.                ::= { routing 12 }
  1273.  
  1274.           phivRouteSegBuffSize OBJECT-TYPE
  1275.                SYNTAX INTEGER
  1276.                ACCESS read-write
  1277.                STATUS mandatory
  1278.                DESCRIPTION
  1279.                    "This parameter value determines the maximum size of an
  1280.                    end-to-end segment. The size is a decimal integer in
  1281.                    the range 1-65535. This size is in bytes. This size
  1282.                    includes protocol overhead down to and including the
  1283.                    End Communication layer, plus a constant value of 6.
  1284.                    (This value of 6 is included to provide compatibility
  1285.                    with the BUFFER SIZE parameter definition.) It does not
  1286.                    include Routing or Data link overhead (except for the
  1287.                    constant value of 6)."
  1288.                ::= { routing 13 }
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.           Expires December 24, 1993                            [Page 22]
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.           draft           DECnet Phase IV MIB Extensions         June 93
  1302.  
  1303.  
  1304.           phivRouteType OBJECT-TYPE
  1305.                SYNTAX INTEGER {
  1306.                    routing-III (1),
  1307.                    nonrouting-III (2),
  1308.                    area (3),
  1309.                    routing-IV (4),
  1310.                    nonrouting-IV (5)
  1311.                }
  1312.                ACCESS read-only
  1313.                STATUS obsolete
  1314.                DESCRIPTION
  1315.                    "This parameter indicates the type of the executor
  1316.                    node. The node-type is one of the following:
  1317.  
  1318.                    routing-III
  1319.                    nonrouting-III
  1320.                    routing-IV
  1321.                    ronrouting-IV
  1322.                    area
  1323.  
  1324.                    A routing node has full routing capability. A
  1325.                    nonrouting node contains a subset of the Routing
  1326.                    routing modules. The III and IV indicate the DNA
  1327.                    phase of the node. Nonrouting nodes can deliver
  1328.                    and receive packets to and from any node, but cannot
  1329.                    route packets from other nodes through to other nodes.
  1330.                    An area node routes between areas. Refer to the Routing
  1331.                    specification for details.
  1332.  
  1333.                    For adjacent nodes, this is a read-only parameter that
  1334.                    indicates the type of the reachable adjacent node.
  1335.                    NOTE: The ROUTING-III and NONROUTING-III values are
  1336.                    incremented by one compared to the standard DECnet
  1337.                    values in order to maintain compliance with RFC 1155)"
  1338.                ::= { routing 14 }
  1339.  
  1340.           phivRouteCountAgedPktLoss OBJECT-TYPE
  1341.                SYNTAX PhivCounter (0..127)
  1342.                ACCESS read-only
  1343.                STATUS mandatory
  1344.                DESCRIPTION
  1345.                    "Number of aged packet losses."
  1346.                ::= { routing 15 }
  1347.  
  1348.           phivRouteCountNodeUnrPktLoss OBJECT-TYPE
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.           Expires December 24, 1993                            [Page 23]
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.           draft           DECnet Phase IV MIB Extensions         June 93
  1361.  
  1362.  
  1363.                SYNTAX PhivCounter (0..65535)
  1364.                ACCESS read-only
  1365.                STATUS mandatory
  1366.                DESCRIPTION
  1367.                    "Number of node unreachable packet losses."
  1368.                ::= { routing 16 }
  1369.  
  1370.           phivRouteCountOutRngePktLoss OBJECT-TYPE
  1371.                SYNTAX PhivCounter (0..127)
  1372.                ACCESS read-only
  1373.                STATUS mandatory
  1374.                DESCRIPTION
  1375.                    "Number of node out-of-range packet losses."
  1376.                ::= { routing 17 }
  1377.  
  1378.           phivRouteCountOverSzePktLoss OBJECT-TYPE
  1379.                SYNTAX PhivCounter (0..127)
  1380.                ACCESS read-only
  1381.                STATUS mandatory
  1382.                DESCRIPTION
  1383.                    "Number of Oversized packet losses."
  1384.                ::= { routing 18 }
  1385.  
  1386.           phivRouteCountPacketFmtErr OBJECT-TYPE
  1387.                SYNTAX PhivCounter (0..127)
  1388.                ACCESS read-only
  1389.                STATUS mandatory
  1390.                DESCRIPTION
  1391.                    "Number of packet format errors."
  1392.                ::= { routing 19 }
  1393.  
  1394.           phivRouteCountPtlRteUpdtLoss OBJECT-TYPE
  1395.                SYNTAX PhivCounter (0..127)
  1396.                ACCESS read-only
  1397.                STATUS mandatory
  1398.                DESCRIPTION
  1399.                    "Number of partial routing update losses."
  1400.                ::= { routing 20 }
  1401.  
  1402.           phivRouteCountVerifReject OBJECT-TYPE
  1403.                SYNTAX PhivCounter (0..127)
  1404.                ACCESS read-only
  1405.                STATUS mandatory
  1406.                DESCRIPTION
  1407.                    "Number of verification rejects."
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.           Expires December 24, 1993                            [Page 24]
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.           draft           DECnet Phase IV MIB Extensions         June 93
  1420.  
  1421.  
  1422.                ::= { routing 21 }
  1423.  
  1424.           -- Level 1 Routing Table
  1425.  
  1426.           phivLevel1RouteTable OBJECT-TYPE
  1427.                SYNTAX SEQUENCE OF PhivLevel1RouteEntry
  1428.                ACCESS not-accessible
  1429.                STATUS mandatory
  1430.                DESCRIPTION
  1431.                    "Information about the currently known DECnet Phase
  1432.                    IV Routes."
  1433.                ::= { routing 22 }
  1434.  
  1435.           phivLevel1RouteEntry OBJECT-TYPE
  1436.                SYNTAX PhivLevel1RouteEntry
  1437.                ACCESS not-accessible
  1438.                STATUS mandatory
  1439.                DESCRIPTION
  1440.                    "Information about the currently known DECnet Phase
  1441.                    IV Routes."
  1442.                INDEX  { phivLevel1RouteNodeAddr }
  1443.                ::= { phivLevel1RouteTable 1 }
  1444.  
  1445.           PhivLevel1RouteEntry ::=
  1446.                SEQUENCE {
  1447.                    phivLevel1RouteNodeAddr
  1448.                        PhivAddr,
  1449.                    phivLevel1RouteCircuitIndex
  1450.                        INTEGER,
  1451.                    phivLevel1RouteCost
  1452.                        INTEGER (0..65535),
  1453.                    phivLevel1RouteHops
  1454.                        INTEGER (0..127),
  1455.                    phivLevel1RouteNextNode
  1456.                        PhivAddr
  1457.                }
  1458.           phivLevel1RouteNodeAddr OBJECT-TYPE
  1459.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  1460.                ACCESS read-only
  1461.                STATUS mandatory
  1462.                DESCRIPTION
  1463.                    "This value is the address of the node about which
  1464.                    routing information is contained in this level 1
  1465.                    routing table."
  1466.                ::= { phivLevel1RouteEntry 1 }
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.           Expires December 24, 1993                            [Page 25]
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.           draft           DECnet Phase IV MIB Extensions         June 93
  1479.  
  1480.  
  1481.  
  1482.           phivLevel1RouteCircuitIndex OBJECT-TYPE
  1483.                SYNTAX INTEGER
  1484.                ACCESS read-only
  1485.                STATUS mandatory
  1486.                DESCRIPTION
  1487.                    "A unique index value for each known circuit. This is
  1488.                    the index to the circuit state table and is the same
  1489.                    value as phivCircuitIndex."
  1490.                ::= { phivLevel1RouteEntry 2 }
  1491.  
  1492.           phivLevel1RouteCost OBJECT-TYPE
  1493.                SYNTAX INTEGER (0..65535)
  1494.                ACCESS read-only
  1495.                STATUS mandatory
  1496.                DESCRIPTION
  1497.                    "This read-only parameter represents the total cost
  1498.                    over the current path to the destination node. Cost is
  1499.                    a positive integer value associated with using a
  1500.                    circuit. Routing routes messages (data) along the path
  1501.                    between two nodes with the smallest cost. COST is kept
  1502.                    on a remote node basis."
  1503.                ::= { phivLevel1RouteEntry 3 }
  1504.  
  1505.           phivLevel1RouteHops OBJECT-TYPE
  1506.                SYNTAX INTEGER (0..127)
  1507.                ACCESS read-only
  1508.                STATUS mandatory
  1509.                DESCRIPTION
  1510.                    "This read-only parameter represents the number of hops
  1511.                    over to a destination node. A hop is Routing value
  1512.                    representing the logical distance between two nodes in
  1513.                    a network. HOPS is kept on a remote node basis."
  1514.                ::= { phivLevel1RouteEntry 4 }
  1515.  
  1516.           phivLevel1RouteNextNode OBJECT-TYPE
  1517.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  1518.                ACCESS read-only
  1519.                STATUS mandatory
  1520.                DESCRIPTION
  1521.                    "This read-only value indicates the next node on the
  1522.                    circuit used to get to the node under scrutiny
  1523.                    (next hop)."
  1524.                ::= { phivLevel1RouteEntry 5 }
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.           Expires December 24, 1993                            [Page 26]
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.           draft           DECnet Phase IV MIB Extensions         June 93
  1538.  
  1539.  
  1540.           -- Additional routing parameters
  1541.  
  1542.           phivRouteCountZeroCount OBJECT-TYPE
  1543.                SYNTAX INTEGER {
  1544.                    other (1),
  1545.                    reset (2)
  1546.                }
  1547.                ACCESS read-write
  1548.                STATUS mandatory
  1549.                DESCRIPTION
  1550.                    "When this value is set to 2, the following objects are
  1551.                    set to Zero: phivRouteCountAgedPktLoss,
  1552.                    phivRouteCountNodeUnrPktLoss,
  1553.                    phivRouteCountOutRngePktLoss,
  1554.                    phivRouteCountOverSzePktLoss,
  1555.                    phivRouteCountPacketFmtErr,
  1556.                    phivRouteCountPtlRteUpdtLoss, and
  1557.                    phivRouteCountVerifReject."
  1558.                ::= { routing 23 }
  1559.  
  1560.           phivRouteSystemAddr OBJECT-TYPE
  1561.                SYNTAX PhivAddr
  1562.                ACCESS read-only
  1563.                STATUS obsolete
  1564.                DESCRIPTION
  1565.                    "DECnet Phase IV node address."
  1566.                ::= { routing 24 }
  1567.  
  1568.           phivRouteRoutingType OBJECT-TYPE
  1569.                SYNTAX INTEGER {
  1570.                    routing-III (1),
  1571.                    nonrouting-III (2),
  1572.                    area (3),
  1573.                    routing-IV (4),
  1574.                    nonrouting-IV (5)
  1575.                }
  1576.                ACCESS read-write
  1577.                STATUS mandatory
  1578.                DESCRIPTION
  1579.                    "This read-write parameter indicates the type of the executor
  1580.                    node. The node-type is one of the following:
  1581.  
  1582.                    routing-III
  1583.                    nonrouting-III
  1584.                    routing-IV
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.           Expires December 24, 1993                            [Page 27]
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.           draft           DECnet Phase IV MIB Extensions         June 93
  1597.  
  1598.  
  1599.                    ronrouting-IV
  1600.                    area
  1601.  
  1602.                    A routing node has full routing capability. A
  1603.                    nonrouting node contains a subset of the Routing
  1604.                    routing modules. The III and IV indicate the DNA
  1605.                    phase of the node. Nonrouting nodes can deliver
  1606.                    and receive packets to and from any node, but cannot
  1607.                    route packets from other nodes through to other nodes.
  1608.                    An area node routes between areas. Refer to the Routing
  1609.                    specification for details.
  1610.  
  1611.                    For adjacent nodes, this is a read-only parameter that
  1612.                    indicates the type of the reachable adjacent node.
  1613.                    NOTE: The ROUTING-III and NONROUTING-III values are
  1614.                    incremented by one compared to the standard DECnet
  1615.                    values in order to maintain compliance with RFC 1155)"
  1616.                ::= { routing 25 }
  1617.  
  1618.           phivRouteSystemAddress OBJECT-TYPE
  1619.                SYNTAX PhivAddr
  1620.                ACCESS read-write
  1621.                STATUS obsolete
  1622.                DESCRIPTION
  1623.                    "DECnet Phase IV node address."
  1624.                ::= { routing 26 }
  1625.  
  1626.           -- Circuit Group
  1627.  
  1628.           -- The implementation of the Circuit Group is mandatory for
  1629.           -- all systems.
  1630.  
  1631.           -- Circuit Parameters Table
  1632.  
  1633.           phivCircuitParametersTable OBJECT-TYPE
  1634.                SYNTAX SEQUENCE OF PhivCircuitParametersEntry
  1635.                ACCESS not-accessible
  1636.                STATUS mandatory
  1637.                DESCRIPTION
  1638.                    "Information about the parameters associated with all
  1639.                    circuits currently known."
  1640.                ::= {circuit 1 }
  1641.  
  1642.           phivCircuitParametersEntry OBJECT-TYPE
  1643.                SYNTAX PhivCircuitParametersEntry
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.           Expires December 24, 1993                            [Page 28]
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.           draft           DECnet Phase IV MIB Extensions         June 93
  1656.  
  1657.  
  1658.                ACCESS not-accessible
  1659.                STATUS mandatory
  1660.                DESCRIPTION
  1661.                    "Parameters information about all circuits currently
  1662.                     known."
  1663.                INDEX  { phivCircuitIndex }
  1664.                ::= { phivCircuitParametersTable 1 }
  1665.  
  1666.           PhivCircuitParametersEntry ::=
  1667.                SEQUENCE {
  1668.                    phivCircuitIndex
  1669.                        INTEGER,
  1670.                    phivCircuitLineIndex
  1671.                        INTEGER,
  1672.                    phivCircuitCommonState
  1673.                        INTEGER,
  1674.                    phivCircuitCommonSubState
  1675.                        INTEGER,
  1676.                    phivCircuitCommonName
  1677.                        DisplayString,
  1678.                    phivCircuitExecRecallTimer
  1679.                        INTEGER (0..65535),
  1680.                    phivCircuitCommonType
  1681.                        INTEGER,
  1682.                    phivCircuitService
  1683.                        INTEGER,
  1684.                    phivCircuitExecCost
  1685.                        INTEGER (1..25),
  1686.                    phivCircuitExecHelloTimer
  1687.                        INTEGER (1..8191)
  1688.               }
  1689.           phivCircuitIndex OBJECT-TYPE
  1690.                SYNTAX INTEGER
  1691.                ACCESS read-only
  1692.                STATUS mandatory
  1693.                DESCRIPTION
  1694.                    "A unique index value for each known circuit."
  1695.                ::= { phivCircuitParametersEntry 1 }
  1696.  
  1697.           phivCircuitLineIndex OBJECT-TYPE
  1698.                SYNTAX INTEGER
  1699.                ACCESS read-only
  1700.                STATUS mandatory
  1701.                DESCRIPTION
  1702.                    "The line on which this circuit is active.  This is
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.           Expires December 24, 1993                            [Page 29]
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.           draft           DECnet Phase IV MIB Extensions         June 93
  1715.  
  1716.  
  1717.                     the same as the IfIndex."
  1718.                ::= { phivCircuitParametersEntry 2 }
  1719.  
  1720.           phivCircuitCommonState OBJECT-TYPE
  1721.                SYNTAX INTEGER {
  1722.                    on (1),
  1723.                    off (2),
  1724.                    service (3),
  1725.                    cleared (4)
  1726.                }
  1727.                ACCESS read-write
  1728.                STATUS mandatory
  1729.                DESCRIPTION
  1730.                    "This value represents the circuit's Network Management
  1731.                    operational state. NOTE: These values are incremented
  1732.                    by one compared to the standard DECnet values in order
  1733.                    to maintain compliance with RFC 1155."
  1734.                ::= { phivCircuitParametersEntry 3 }
  1735.  
  1736.           phivCircuitCommonSubState OBJECT-TYPE
  1737.                SYNTAX INTEGER {
  1738.                    starting (1),
  1739.                    reflecting (2),
  1740.                    looping (3),
  1741.                    loading (4),
  1742.                    dumping (5),
  1743.                    triggering (6),
  1744.                    autoservice (7),
  1745.                    autoloading (8),
  1746.                    autodumping (9),
  1747.                    autotriggering (10),
  1748.                    synchronizing (11),
  1749.                    failed (12),
  1750.                    running (13)
  1751.                }
  1752.                ACCESS read-only
  1753.                STATUS mandatory
  1754.                DESCRIPTION
  1755.                    "This value represents the circuit's Network Management
  1756.                    operational and service substate. NOTE: These values are
  1757.                    incremented by one compared to the standard DECnet values
  1758.                    in order to maintain compliance with RFC 1155."
  1759.                ::= { phivCircuitParametersEntry 4 }
  1760.  
  1761.           phivCircuitCommonName OBJECT-TYPE
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.           Expires December 24, 1993                            [Page 30]
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.           draft           DECnet Phase IV MIB Extensions         June 93
  1774.  
  1775.  
  1776.                SYNTAX DisplayString ( SIZE (0..16) )
  1777.                ACCESS read-only
  1778.                STATUS mandatory
  1779.                DESCRIPTION
  1780.                    "The name of the circuit entry in the table, for example,
  1781.                     SVA-0 or in a level 2 router ASYNC-8 or ETHER-1)."
  1782.                ::= { phivCircuitParametersEntry 5 }
  1783.  
  1784.           phivCircuitExecRecallTimer OBJECT-TYPE
  1785.                SYNTAX INTEGER (0..65535)
  1786.                ACCESS read-write
  1787.                STATUS mandatory
  1788.                DESCRIPTION
  1789.                    "This parameter represents the minimum number of
  1790.                    seconds to wait before restarting the circuit.  A
  1791.                    value of 0 indicates not timer is running."
  1792.                ::= { phivCircuitParametersEntry 6 }
  1793.  
  1794.           phivCircuitCommonType OBJECT-TYPE
  1795.                SYNTAX INTEGER {
  1796.                    ddcmp-point (1),
  1797.                    ddcmp-control (2),
  1798.                    ddcmp-tributary (3),
  1799.                    x25 (4),
  1800.                    ddcmp-dmc (5),
  1801.                    ethernet (6),
  1802.                    ci (7),
  1803.                    qp2-dte20 (8),
  1804.                    bisync (9),
  1805.                    other (14),
  1806.                    fddi (15)
  1807.                }
  1808.                ACCESS read-only
  1809.                STATUS mandatory
  1810.                DESCRIPTION
  1811.                    "Represents the type of the circuit. For X.25 circuits,
  1812.                    the value must be set to X25. For DDCMP and Ethernet
  1813.                    circuits it is read only and is the same value as the
  1814.                    protocol of the associated line.
  1815.                    NOTE: Values 1 - 5 are incremented by one compared to the
  1816.                    standard DECnet values in order to maintain compliance
  1817.                    with RFC 1155."
  1818.                ::= { phivCircuitParametersEntry 7 }
  1819.  
  1820.           phivCircuitService  OBJECT-TYPE
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.           Expires December 24, 1993                            [Page 31]
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.           draft           DECnet Phase IV MIB Extensions         June 93
  1833.  
  1834.  
  1835.                SYNTAX INTEGER {
  1836.                    enabled (1),
  1837.                    disabled (2)
  1838.                }
  1839.                ACCESS read-write
  1840.                STATUS mandatory
  1841.                DESCRIPTION
  1842.                    "This value indicates whether or not Network Management
  1843.                    allows service operations on a circuit. The values for
  1844.                    service-control are as follows:
  1845.  
  1846.                    ENABLED     SERVICE state and/or service functions are
  1847.                                allowed.
  1848.  
  1849.                    DISABLED    SERVICE state and/or service functions are not
  1850.                                allowed.
  1851.  
  1852.                    NOTE: These values are incremented by one compared to the
  1853.                    standard DECnet values in order to maintain compliance
  1854.                    with RFC 1155."
  1855.                ::= { phivCircuitParametersEntry 8 }
  1856.  
  1857.           phivCircuitExecCost OBJECT-TYPE
  1858.                SYNTAX INTEGER (1..25)
  1859.                ACCESS read-write
  1860.                STATUS mandatory
  1861.                DESCRIPTION
  1862.                    "This value represents the routing cost of the circuit.
  1863.                    Routing sends messages along the path between two nodes
  1864.                    having the smallest cost."
  1865.                ::= { phivCircuitParametersEntry 9 }
  1866.  
  1867.           phivCircuitExecHelloTimer OBJECT-TYPE
  1868.                SYNTAX INTEGER (1..8191)
  1869.                ACCESS read-write
  1870.                STATUS mandatory
  1871.                DESCRIPTION
  1872.                    "This value determines the frequency of Routing Hello
  1873.                    messages sent to the adjacent node on the circuit."
  1874.                ::= { phivCircuitParametersEntry 10 }
  1875.  
  1876.           -- Circuit Counters Table
  1877.  
  1878.           phivCircuitCountTable OBJECT-TYPE
  1879.                SYNTAX SEQUENCE OF PhivCircuitCountEntry
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.           Expires December 24, 1993                            [Page 32]
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.           draft           DECnet Phase IV MIB Extensions         June 93
  1892.  
  1893.  
  1894.                ACCESS not-accessible
  1895.                STATUS mandatory
  1896.                DESCRIPTION
  1897.                    "Information about the counters associated with all
  1898.                    circuits currently known."
  1899.                ::= { circuit 2 }
  1900.  
  1901.                  phivCircuitCountEntry OBJECT-TYPE
  1902.                SYNTAX PhivCircuitCountEntry
  1903.                ACCESS not-accessible
  1904.                STATUS mandatory
  1905.                DESCRIPTION
  1906.                    "Counter information about all circuits currently known"
  1907.                INDEX     { phivCircuitIndex }
  1908.                ::= { phivCircuitCountTable 1 }
  1909.  
  1910.           PhivCircuitCountEntry ::=
  1911.                SEQUENCE {
  1912.                    phivCircuitCountSecLastZeroed
  1913.                        PhivCounter (0..65535),
  1914.                    phivCircuitCountTermPacketsRecd
  1915.                        PhivCounter,
  1916.                    phivCircuitCountOriginPackSent
  1917.                        PhivCounter,
  1918.                    phivCircuitCountTermCongLoss
  1919.                        PhivCounter (0..65535),
  1920.                    phivCircuitCountCorruptLoss
  1921.                        PhivCounter (0..255),
  1922.                    phivCircuitCountTransitPksRecd
  1923.                        PhivCounter,
  1924.                    phivCircuitCountTransitPkSent
  1925.                        PhivCounter,
  1926.                    phivCircuitCountTransitCongestLoss
  1927.                        PhivCounter (0..65535),
  1928.                    phivCircuitCountCircuitDown
  1929.                        PhivCounter (0..255),
  1930.                    phivCircuitCountInitFailure
  1931.                        PhivCounter (0..255),
  1932.                    phivCircuitCountAdjDown
  1933.                        PhivCounter,
  1934.                    phivCircuitCountPeakAdj
  1935.                        PhivCounter,
  1936.                    phivCircuitCountBytesRecd
  1937.                        PhivCounter,
  1938.                    phivCircuitCountBytesSent
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.           Expires December 24, 1993                            [Page 33]
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.           draft           DECnet Phase IV MIB Extensions         June 93
  1951.  
  1952.  
  1953.                        PhivCounter,
  1954.                    phivCircuitCountDataBlocksRecd
  1955.                        PhivCounter (0..65535),
  1956.                    phivCircuitCountDataBlocksSent
  1957.                        PhivCounter,
  1958.                    phivCircuitCountUsrBuffUnav
  1959.                        PhivCounter (0..65535)
  1960.                }
  1961.           phivCircuitCountSecLastZeroed  OBJECT-TYPE
  1962.                SYNTAX PhivCounter (0..65535)
  1963.                ACCESS read-only
  1964.                STATUS mandatory
  1965.                DESCRIPTION
  1966.                    "Number of seconds since the circuit counters for this
  1967.                    circuit were last zeroed."
  1968.                ::= { phivCircuitCountEntry 1 }
  1969.  
  1970.           phivCircuitCountTermPacketsRecd OBJECT-TYPE
  1971.                SYNTAX PhivCounter
  1972.                ACCESS read-only
  1973.                STATUS mandatory
  1974.                DESCRIPTION
  1975.                    "Number of terminating packets received on this circuit."
  1976.                ::= { phivCircuitCountEntry 2 }
  1977.  
  1978.           phivCircuitCountOriginPackSent OBJECT-TYPE
  1979.                SYNTAX PhivCounter
  1980.                ACCESS read-only
  1981.                STATUS mandatory
  1982.                DESCRIPTION
  1983.                    "Number of originating packets sent on this circuit."
  1984.                ::= { phivCircuitCountEntry 3 }
  1985.  
  1986.           phivCircuitCountTermCongLoss OBJECT-TYPE
  1987.                SYNTAX PhivCounter
  1988.                ACCESS read-only
  1989.                STATUS mandatory
  1990.                DESCRIPTION
  1991.                    "Number of terminating congestion losses on this
  1992.                    circuit."
  1993.                ::= { phivCircuitCountEntry 4 }
  1994.  
  1995.           phivCircuitCountCorruptLoss OBJECT-TYPE
  1996.                SYNTAX PhivCounter (0..255)
  1997.                ACCESS read-only
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.           Expires December 24, 1993                            [Page 34]
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.           draft           DECnet Phase IV MIB Extensions         June 93
  2010.  
  2011.  
  2012.                STATUS mandatory
  2013.                DESCRIPTION
  2014.                    "Number of corruption losses on this circuit."
  2015.                ::= { phivCircuitCountEntry 5 }
  2016.  
  2017.           phivCircuitCountTransitPksRecd OBJECT-TYPE
  2018.                SYNTAX PhivCounter
  2019.                ACCESS read-only
  2020.                STATUS mandatory
  2021.                DESCRIPTION
  2022.                    "Number of Transit packets received on this circuit."
  2023.                ::= { phivCircuitCountEntry 6 }
  2024.  
  2025.           phivCircuitCountTransitPkSent OBJECT-TYPE
  2026.                SYNTAX PhivCounter
  2027.                ACCESS read-only
  2028.                STATUS mandatory
  2029.                DESCRIPTION
  2030.                    "Number of transit packets sent on this circuit."
  2031.                ::= { phivCircuitCountEntry 7 }
  2032.  
  2033.           phivCircuitCountTransitCongestLoss OBJECT-TYPE
  2034.                SYNTAX PhivCounter (0..65535)
  2035.                ACCESS read-only
  2036.                STATUS mandatory
  2037.                DESCRIPTION
  2038.                    "Number of transit congestion losses on this circuit."
  2039.                ::= { phivCircuitCountEntry 8 }
  2040.  
  2041.           phivCircuitCountCircuitDown OBJECT-TYPE
  2042.                SYNTAX PhivCounter (0..255)
  2043.                ACCESS read-only
  2044.                STATUS mandatory
  2045.                DESCRIPTION
  2046.                    "Number of circuit downs on this circuit."
  2047.                ::= { phivCircuitCountEntry 9 }
  2048.  
  2049.           phivCircuitCountInitFailure OBJECT-TYPE
  2050.                SYNTAX PhivCounter (0..255)
  2051.                ACCESS read-only
  2052.                STATUS mandatory
  2053.                DESCRIPTION
  2054.                    "Number of Initialization failures on this circuit."
  2055.                ::= { phivCircuitCountEntry 10 }
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.           Expires December 24, 1993                            [Page 35]
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068.           draft           DECnet Phase IV MIB Extensions         June 93
  2069.  
  2070.  
  2071.           phivCircuitCountAdjDown OBJECT-TYPE
  2072.                SYNTAX PhivCounter
  2073.                ACCESS read-only
  2074.                STATUS mandatory
  2075.                DESCRIPTION
  2076.                    "This counter indicates the number of adjacency losses
  2077.                    that result from any of the following:
  2078.                         Node listener timeout
  2079.                         Invalid data received at node listener
  2080.                         Unexpected control (initialization or verification)
  2081.                             message received
  2082.                         Routing message received with a checksum error
  2083.                         Node identification from a routing message or a
  2084.                         Hello message that is not the one expected Hello
  2085.                         message received indicating that connectivity
  2086.                         became one-way
  2087.                         Adjacency idled."
  2088.                ::= { phivCircuitCountEntry 11 }
  2089.  
  2090.           phivCircuitCountPeakAdj OBJECT-TYPE
  2091.                SYNTAX PhivCounter
  2092.                ACCESS read-only
  2093.                STATUS mandatory
  2094.                DESCRIPTION
  2095.                    "This counter indicates the maximum number of nodes
  2096.                    that are up on the circuit."
  2097.                ::= { phivCircuitCountEntry 12 }
  2098.  
  2099.           phivCircuitCountBytesRecd OBJECT-TYPE
  2100.                SYNTAX PhivCounter
  2101.                ACCESS read-only
  2102.                STATUS mandatory
  2103.                DESCRIPTION
  2104.                    "Number of bytes received on this circuit."
  2105.                ::= { phivCircuitCountEntry 13 }
  2106.  
  2107.           phivCircuitCountBytesSent OBJECT-TYPE
  2108.                SYNTAX PhivCounter
  2109.                ACCESS read-only
  2110.                STATUS mandatory
  2111.                DESCRIPTION
  2112.                    "Number of bytes sent on this circuit."
  2113.                ::= { phivCircuitCountEntry 14 }
  2114.  
  2115.           phivCircuitCountDataBlocksRecd OBJECT-TYPE
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121.           Expires December 24, 1993                            [Page 36]
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127.           draft           DECnet Phase IV MIB Extensions         June 93
  2128.  
  2129.  
  2130.                SYNTAX PhivCounter
  2131.                ACCESS read-only
  2132.                STATUS mandatory
  2133.                DESCRIPTION
  2134.                    "Number of data blocks received on this circuit."
  2135.                ::= { phivCircuitCountEntry 15 }
  2136.  
  2137.           phivCircuitCountDataBlocksSent OBJECT-TYPE
  2138.                SYNTAX PhivCounter
  2139.                ACCESS read-only
  2140.                STATUS mandatory
  2141.                DESCRIPTION
  2142.                    "Number of data blocks sent on this circuit."
  2143.                ::= { phivCircuitCountEntry 16 }
  2144.  
  2145.           phivCircuitCountUsrBuffUnav OBJECT-TYPE
  2146.                SYNTAX PhivCounter (0..65535)
  2147.                ACCESS read-only
  2148.                STATUS mandatory
  2149.                DESCRIPTION
  2150.                    "Number of user buffer unavailable errors."
  2151.                ::= { phivCircuitCountEntry 17 }
  2152.  
  2153.           -- Additional Circuit Parameters
  2154.  
  2155.           phivCircuitOrigQueueLimit OBJECT-TYPE
  2156.                SYNTAX INTEGER
  2157.                ACCESS read-write
  2158.                STATUS mandatory
  2159.                DESCRIPTION
  2160.                    "This parameter indicates the maximum number of
  2161.                    originating packets that may be outstanding on this
  2162.                    circuit. This does not include route-thru traffic."
  2163.                ::= { circuit 3 }
  2164.  
  2165.           phivCircuitCountZeroCount OBJECT-TYPE
  2166.                SYNTAX INTEGER {
  2167.                    other (1),
  2168.                    reset (2)
  2169.                }
  2170.                ACCESS read-write
  2171.                STATUS mandatory
  2172.                DESCRIPTION
  2173.                    "When this value is set to 2, all of the counters in the
  2174.                    Circuit Counter Table are set to zero."
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.           Expires December 24, 1993                            [Page 37]
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.           draft           DECnet Phase IV MIB Extensions         June 93
  2187.  
  2188.  
  2189.                ::= { circuit 4 }
  2190.  
  2191.           -- DDCMP Circuit Group
  2192.  
  2193.           -- The implementation of the DDCMP Circuit Group is optional.
  2194.           -- As usual, if a group is implemented, all objects in that group
  2195.           -- must be implemented.
  2196.  
  2197.           -- DDCMP Parameters Table
  2198.  
  2199.           phivDDCMPCircuitParametersTable OBJECT-TYPE
  2200.                SYNTAX SEQUENCE OF PhivDDCMPCircuitParametersEntry
  2201.                ACCESS not-accessible
  2202.                STATUS mandatory
  2203.                DESCRIPTION
  2204.                    "Information about DDCMP circuit parameters."
  2205.                ::= { ddcmp 1}
  2206.  
  2207.           phivDDCMPCircuitParametersEntry OBJECT-TYPE
  2208.                SYNTAX PhivDDCMPCircuitParametersEntry
  2209.                ACCESS not-accessible
  2210.                STATUS mandatory
  2211.                DESCRIPTION
  2212.                    "Parameters information about DDCMP circuits currently
  2213.                     known."
  2214.                INDEX     { phivDDCMPCircuitIndex }
  2215.                ::= { phivDDCMPCircuitParametersTable 1 }
  2216.  
  2217.           PhivDDCMPCircuitParametersEntry ::=
  2218.                SEQUENCE {
  2219.                    phivDDCMPCircuitIndex
  2220.                        INTEGER,
  2221.                    phivDDCMPCircuitAdjNodeAddr
  2222.                        INTEGER (0..65535),
  2223.                    phivDDCMPCircuitTributary
  2224.                        INTEGER (0..255)
  2225.                }
  2226.           phivDDCMPCircuitIndex OBJECT-TYPE
  2227.                SYNTAX INTEGER
  2228.                ACCESS read-only
  2229.                STATUS mandatory
  2230.                DESCRIPTION
  2231.                    "A unique index value for each known DDCMP circuit.
  2232.                    This is the same value as phivCircuitIndex."
  2233.                ::= { phivDDCMPCircuitParametersEntry 1 }
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.           Expires December 24, 1993                            [Page 38]
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.           draft           DECnet Phase IV MIB Extensions         June 93
  2246.  
  2247.  
  2248.  
  2249.           phivDDCMPCircuitAdjNodeAddr OBJECT-TYPE
  2250.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  2251.                ACCESS read-only
  2252.                STATUS mandatory
  2253.                DESCRIPTION
  2254.                    "The address of the adjacent node."
  2255.                ::= { phivDDCMPCircuitParametersEntry 2 }
  2256.  
  2257.           phivDDCMPCircuitTributary OBJECT-TYPE
  2258.                SYNTAX INTEGER (0..255)
  2259.                ACCESS read-only
  2260.                STATUS mandatory
  2261.                DESCRIPTION
  2262.                    "This value represents the Data Link physical tributary
  2263.                    address of the circuit."
  2264.                ::= { phivDDCMPCircuitParametersEntry 3 }
  2265.  
  2266.           -- DDCMP Circuit Counter Table
  2267.  
  2268.           phivDDCMPCircuitCountTable OBJECT-TYPE
  2269.                SYNTAX SEQUENCE OF PhivDDCMPCircuitCountEntry
  2270.                ACCESS not-accessible
  2271.                STATUS mandatory
  2272.                DESCRIPTION
  2273.                    "Information about the DDCMP counters associated with all
  2274.                    circuits currently known."
  2275.                ::= { ddcmp 2 }
  2276.  
  2277.           phivDDCMPCircuitCountEntry OBJECT-TYPE
  2278.                SYNTAX PhivDDCMPCircuitCountEntry
  2279.                ACCESS not-accessible
  2280.                STATUS mandatory
  2281.                DESCRIPTION
  2282.                    "Counter information about DDCMP circuits now known"
  2283.                INDEX     { phivCircuitIndex }
  2284.                ::= { phivDDCMPCircuitCountTable 1 }
  2285.  
  2286.           PhivDDCMPCircuitCountEntry ::=
  2287.                SEQUENCE {
  2288.                    phivDDCMPCircuitErrorsInbd
  2289.                        PhivCounter (0..255),
  2290.                    phivDDCMPCircuitErrorsOutbd
  2291.                        PhivCounter (0..255),
  2292.                    phivDDCMPCircuitRmteReplyTimeouts
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298.           Expires December 24, 1993                            [Page 39]
  2299.  
  2300.  
  2301.  
  2302.  
  2303.  
  2304.           draft           DECnet Phase IV MIB Extensions         June 93
  2305.  
  2306.  
  2307.                        PhivCounter (0..255),
  2308.                    phivDDCMPCircuitLocalReplyTimeouts
  2309.                        PhivCounter (0..255),
  2310.                    phivDDCMPCircuitRmteBuffErrors
  2311.                        PhivCounter (0..255),
  2312.                    phivDDCMPCircuitLocalBuffErrors
  2313.                        PhivCounter (0..255),
  2314.                    phivDDCMPCircuitSelectIntervalsElap
  2315.                        PhivCounter (0..65535),
  2316.                    phivDDCMPCircuitSelectTimeouts
  2317.                        PhivCounter (0..255)
  2318.                }
  2319.           phivDDCMPCircuitErrorsInbd OBJECT-TYPE
  2320.                SYNTAX PhivCounter (0..255)
  2321.                ACCESS read-only
  2322.                STATUS mandatory
  2323.                DESCRIPTION
  2324.                    "Number of Data errors inbound."
  2325.                ::= { phivDDCMPCircuitCountEntry 1 }
  2326.  
  2327.           phivDDCMPCircuitErrorsOutbd OBJECT-TYPE
  2328.                SYNTAX PhivCounter (0..255)
  2329.                ACCESS read-only
  2330.                STATUS mandatory
  2331.                DESCRIPTION
  2332.                    "Number of outbound data errors."
  2333.                ::= { phivDDCMPCircuitCountEntry 2 }
  2334.  
  2335.           phivDDCMPCircuitRmteReplyTimeouts OBJECT-TYPE
  2336.                SYNTAX PhivCounter (0..255)
  2337.                ACCESS read-only
  2338.                STATUS mandatory
  2339.                DESCRIPTION
  2340.                    "Number of remote reply timeouts."
  2341.                ::= { phivDDCMPCircuitCountEntry 3 }
  2342.  
  2343.           phivDDCMPCircuitLocalReplyTimeouts OBJECT-TYPE
  2344.                SYNTAX PhivCounter (0..255)
  2345.                ACCESS read-only
  2346.                STATUS mandatory
  2347.                DESCRIPTION
  2348.                    "Number of local Reply timeouts."
  2349.                ::= { phivDDCMPCircuitCountEntry 4 }
  2350.  
  2351.           phivDDCMPCircuitRmteBuffErrors OBJECT-TYPE
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.           Expires December 24, 1993                            [Page 40]
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.           draft           DECnet Phase IV MIB Extensions         June 93
  2364.  
  2365.  
  2366.                SYNTAX PhivCounter (0..255)
  2367.                ACCESS read-only
  2368.                STATUS mandatory
  2369.                DESCRIPTION
  2370.                    "Number of remote reply time out errors."
  2371.                ::= { phivDDCMPCircuitCountEntry 5 }
  2372.  
  2373.           phivDDCMPCircuitLocalBuffErrors  OBJECT-TYPE
  2374.                SYNTAX PhivCounter (0..255)
  2375.                ACCESS read-only
  2376.                STATUS mandatory
  2377.                DESCRIPTION
  2378.                    "Number of local buffer errors."
  2379.                ::= { phivDDCMPCircuitCountEntry 6 }
  2380.  
  2381.           phivDDCMPCircuitSelectIntervalsElap OBJECT-TYPE
  2382.                SYNTAX PhivCounter (0..65535)
  2383.                ACCESS read-only
  2384.                STATUS mandatory
  2385.                DESCRIPTION
  2386.                    "Selection intervals that have elapsed."
  2387.                ::= {phivDDCMPCircuitCountEntry 7 }
  2388.  
  2389.           phivDDCMPCircuitSelectTimeouts OBJECT-TYPE
  2390.                SYNTAX INTEGER (0..255)
  2391.                ACCESS read-only
  2392.                STATUS mandatory
  2393.                DESCRIPTION
  2394.                    "Number of selection timeouts."
  2395.                ::= {phivDDCMPCircuitCountEntry 8 }
  2396.  
  2397.           -- DDCMP Line Count Table
  2398.  
  2399.           phivDDCMPLineCountTable OBJECT-TYPE
  2400.                SYNTAX SEQUENCE OF PhivDDCMPLineCountEntry
  2401.                ACCESS not-accessible
  2402.                STATUS mandatory
  2403.                DESCRIPTION
  2404.                    "The DDCMP Line Count Table."
  2405.                ::= { ddcmp 3 }
  2406.  
  2407.           phivDDCMPLineCountEntry OBJECT-TYPE
  2408.                SYNTAX PhivDDCMPLineCountEntry
  2409.                ACCESS not-accessible
  2410.                STATUS mandatory
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.           Expires December 24, 1993                            [Page 41]
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422.           draft           DECnet Phase IV MIB Extensions         June 93
  2423.  
  2424.  
  2425.                DESCRIPTION
  2426.                    "There is one entry in the table for each line."
  2427.                INDEX  { phivDDCMPLineCountIndex }
  2428.                ::= { phivDDCMPLineCountTable 1 }
  2429.  
  2430.           PhivDDCMPLineCountEntry ::=
  2431.                SEQUENCE {
  2432.                    phivDDCMPLineCountIndex
  2433.                        INTEGER,
  2434.                    phivDDCMPLineCountDataErrsIn
  2435.                        PhivCounter (0..255),
  2436.                    phivDDCMPLineCountRmteStationErrs
  2437.                        PhivCounter (0..255),
  2438.                    phivDDCMPLineCountLocalStationErrs
  2439.                        PhivCounter (0..255)
  2440.                      }
  2441.           phivDDCMPLineCountIndex OBJECT-TYPE
  2442.                SYNTAX INTEGER
  2443.                ACCESS read-only
  2444.                STATUS mandatory
  2445.                DESCRIPTION
  2446.                    "The line on which this entry's equivalence is
  2447.                    effective. The interface identified by a particular
  2448.                    value of this index is the same interface as
  2449.                    identified by the same value of phivLineIndex.
  2450.                    This value is the IfIndex."
  2451.                ::= { phivDDCMPLineCountEntry 1 }
  2452.  
  2453.           phivDDCMPLineCountDataErrsIn OBJECT-TYPE
  2454.                SYNTAX PhivCounter ( 0..255 )
  2455.                ACCESS read-only
  2456.                STATUS mandatory
  2457.                DESCRIPTION
  2458.                    "Number of data errors inbound."
  2459.                ::= { phivDDCMPLineCountEntry 2 }
  2460.  
  2461.           phivDDCMPLineCountRmteStationErrs OBJECT-TYPE
  2462.                SYNTAX PhivCounter ( 0..255 )
  2463.                ACCESS read-only
  2464.                STATUS mandatory
  2465.                DESCRIPTION
  2466.                    "Number of remote station errors."
  2467.                ::= { phivDDCMPLineCountEntry 3 }
  2468.  
  2469.           phivDDCMPLineCountLocalStationErrs OBJECT-TYPE
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.           Expires December 24, 1993                            [Page 42]
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.           draft           DECnet Phase IV MIB Extensions         June 93
  2482.  
  2483.  
  2484.                SYNTAX PhivCounter ( 0..255 )
  2485.                ACCESS read-only
  2486.                STATUS mandatory
  2487.                DESCRIPTION
  2488.                     "Number of local station errors."
  2489.                ::= { phivDDCMPLineCountEntry 4 }
  2490.  
  2491.           -- DDCMP Multipoint Circuit Control Group
  2492.  
  2493.           -- The implementation of the DDCMP Multipoint Circuit Control
  2494.           -- Group is optional.   As usual, if a group is implemented,
  2495.           -- all objects in that group  must be implemented.
  2496.  
  2497.           phivControlSchedTimer OBJECT-TYPE
  2498.                SYNTAX INTEGER (50..65535)
  2499.                ACCESS read-only
  2500.                STATUS mandatory
  2501.                DESCRIPTION
  2502.                    "This value represents the number of milliseconds
  2503.                    between recalculation of tributary polling priorities."
  2504.                DEFVAL { 200 }
  2505.                ::= { control 1 }
  2506.  
  2507.           phivControlDeadTimer OBJECT-TYPE
  2508.                SYNTAX INTEGER (1..65535)
  2509.                ACCESS read-only
  2510.                STATUS mandatory
  2511.                DESCRIPTION
  2512.                    "This value represents the number of milliseconds
  2513.                    between polls of one of the set of dead
  2514.                    tributaries."
  2515.                DEFVAL { 10000 }
  2516.                ::= { control 2 }
  2517.  
  2518.           phivControlDelayTimer OBJECT-TYPE
  2519.                SYNTAX INTEGER (1..65535)
  2520.                ACCESS read-only
  2521.                STATUS mandatory
  2522.                DESCRIPTION
  2523.                    "This value represents the minimum number of
  2524.                    milliseconds to delay between polls. The delay timer
  2525.                    limits the effect of a very fast control station on
  2526.                    slow tributaries."
  2527.                ::= { control 3 }
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.           Expires December 24, 1993                            [Page 43]
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540.           draft           DECnet Phase IV MIB Extensions         June 93
  2541.  
  2542.  
  2543.           phivControlStreamTimer OBJECT-TYPE
  2544.                SYNTAX INTEGER (0..65535)
  2545.                ACCESS read-only
  2546.                STATUS mandatory
  2547.                DESCRIPTION
  2548.                    "This value represents the number of milliseconds a
  2549.                    tributary or a half duplex remote station is
  2550.                    allowed to hold the line.
  2551.  
  2552.                    NOTE: This parameter can also be applied to
  2553.                    half-duplex lines of type DDCMP POINT."
  2554.                DEFVAL { 6000 }
  2555.                ::= { control 4 }
  2556.  
  2557.           -- DDCMP Multipoint Circuit Control Parameters Table
  2558.  
  2559.           phivControlParametersTable OBJECT-TYPE
  2560.                SYNTAX SEQUENCE OF PhivControlParametersEntry
  2561.                ACCESS not-accessible
  2562.                STATUS mandatory
  2563.                DESCRIPTION
  2564.                    "Information about control circuit parameters."
  2565.                ::= { control 5 }
  2566.  
  2567.           phivControlParametersEntry OBJECT-TYPE
  2568.                SYNTAX PhivControlParametersEntry
  2569.                ACCESS not-accessible
  2570.                STATUS mandatory
  2571.                DESCRIPTION
  2572.                    "Parameters information about control circuits
  2573.                    currently known."
  2574.                INDEX  { phivControlCircuitIndex }
  2575.                ::= { phivControlParametersTable 1 }
  2576.  
  2577.           PhivControlParametersEntry ::=
  2578.                SEQUENCE {
  2579.                    phivControlCircuitIndex
  2580.                        INTEGER,
  2581.                    phivControlBabbleTimer
  2582.                        INTEGER (1..65535),
  2583.                    phivControlMaxBuffs
  2584.                        INTEGER (0..254),
  2585.                    phivControlMaxTransmits
  2586.                        INTEGER (1..255),
  2587.                    phivControlDyingBase
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593.           Expires December 24, 1993                            [Page 44]
  2594.  
  2595.  
  2596.  
  2597.  
  2598.  
  2599.           draft           DECnet Phase IV MIB Extensions         June 93
  2600.  
  2601.  
  2602.                        INTEGER (0..255),
  2603.                    phivControlDyingIncrement
  2604.                        INTEGER (0..255),
  2605.                    phivControlDeadThreshold
  2606.                        INTEGER (0..255),
  2607.                    phivControlDyingThreshold
  2608.                        INTEGER (0..255),
  2609.                    phivControlInactTreshold
  2610.                        INTEGER (0..255),
  2611.                    phivControlPollingState
  2612.                        INTEGER,
  2613.                    phivControlPollingSubState
  2614.                        INTEGER,
  2615.                    phivControlTransTimer
  2616.                        INTEGER (0..65535)
  2617.                }
  2618.           phivControlCircuitIndex OBJECT-TYPE
  2619.                SYNTAX INTEGER
  2620.                ACCESS read-only
  2621.                STATUS mandatory
  2622.                DESCRIPTION
  2623.                    "A unique index value for each known multirpoint
  2624.                    control circuit.
  2625.                    This is the same value as phivCircuitIndex."
  2626.                ::= { phivControlParametersEntry 1 }
  2627.  
  2628.           phivControlBabbleTimer OBJECT-TYPE
  2629.                SYNTAX INTEGER (1..65535)
  2630.                ACCESS read-write
  2631.                STATUS mandatory
  2632.                DESCRIPTION
  2633.                    "This value represents the number of milliseconds that a
  2634.                    selected tributary or remote half-duplex station is
  2635.                    allowed to transmit."
  2636.                DEFVAL { 6000 }
  2637.                ::= { phivControlParametersEntry 2 }
  2638.  
  2639.           phivControlMaxBuffs  OBJECT-TYPE
  2640.                SYNTAX INTEGER (0..254)
  2641.                ACCESS read-write
  2642.                STATUS mandatory
  2643.                DESCRIPTION
  2644.                    "This value represents the maximum number of buffers the
  2645.                    tributary can use from a common buffer pool. If not
  2646.                    set, there is no common buffer pool and buffers are
  2647.  
  2648.  
  2649.  
  2650.  
  2651.  
  2652.           Expires December 24, 1993                            [Page 45]
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658.           draft           DECnet Phase IV MIB Extensions         June 93
  2659.  
  2660.  
  2661.                    explicitly supplied by the higher level. Count is a
  2662.                    decimal integer in the range 1-254."
  2663.                ::= { phivControlParametersEntry 3 }
  2664.  
  2665.           phivControlMaxTransmits  OBJECT-TYPE
  2666.                SYNTAX INTEGER (1..255)
  2667.                ACCESS read-write
  2668.                STATUS mandatory
  2669.                DESCRIPTION
  2670.                    "This value represents the maximum number of data
  2671.                    messages that can be transmitted at one time. Count
  2672.                    is a decimal integer in the range 1-255."
  2673.                DEFVAL { 4 }
  2674.                ::= { phivControlParametersEntry 4 }
  2675.  
  2676.           phivControlDyingBase OBJECT-TYPE
  2677.                SYNTAX INTEGER (0..255)
  2678.                ACCESS read-write
  2679.                STATUS mandatory
  2680.                DESCRIPTION
  2681.                    "This value represents the base priority to which a
  2682.                    tributary is reset each time it has been polled. A
  2683.                    separate base can be set for each of the indicated
  2684.                    polling states. Base is a decimal integer in the range
  2685.                    0-255.  If not set, the defaults are: active, 255;
  2686.                    inactive, 0; and dying, 0."
  2687.                ::= { phivControlParametersEntry 5 }
  2688.  
  2689.           phivControlDyingIncrement OBJECT-TYPE
  2690.                SYNTAX INTEGER (0..255)
  2691.                ACCESS read-write
  2692.                STATUS mandatory
  2693.                DESCRIPTION
  2694.                    "This value represents the increment added to the
  2695.                    tributary priority each time the scheduling timer
  2696.                    expires.  If not set, the defaults are: active, 0;
  2697.                    inactive, 64; and dying, 16."
  2698.                ::= { phivControlParametersEntry 6 }
  2699.  
  2700.           phivControlDeadThreshold OBJECT-TYPE
  2701.                SYNTAX INTEGER (0..255)
  2702.                ACCESS read-write
  2703.                STATUS mandatory
  2704.                DESCRIPTION
  2705.                    "This value represents the number of times to poll the
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.           Expires December 24, 1993                            [Page 46]
  2712.  
  2713.  
  2714.  
  2715.  
  2716.  
  2717.           draft           DECnet Phase IV MIB Extensions         June 93
  2718.  
  2719.  
  2720.                    active, inactive, or dying tributary before changing
  2721.                    its polling state to dead because of receive timeouts.
  2722.                    Count is a decimal integer in the range 0-255."
  2723.                DEFVAL { 8 }
  2724.                ::= { phivControlParametersEntry 7 }
  2725.  
  2726.           phivControlDyingThreshold OBJECT-TYPE
  2727.                SYNTAX INTEGER (0..255)
  2728.                ACCESS read-write
  2729.                STATUS mandatory
  2730.                DESCRIPTION
  2731.                    "This value represents the number of times to poll the
  2732.                    active or inactive tributary before changing its
  2733.                    polling state to dying because of receive timeouts.
  2734.                    Count is a decimal integer in the range 0-255."
  2735.                DEFVAL { 2 }
  2736.                ::= { phivControlParametersEntry 8 }
  2737.  
  2738.           phivControlInactTreshold OBJECT-TYPE
  2739.                SYNTAX INTEGER (0..255)
  2740.                ACCESS read-write
  2741.                STATUS mandatory
  2742.                DESCRIPTION
  2743.                    "This value represents the number of times to poll the
  2744.                    active tributary before changing its polling state to
  2745.                    inactive because of no data response. Count is a
  2746.                    decimal integer in the range
  2747.                    0-255."
  2748.                DEFVAL { 8 }
  2749.                ::= { phivControlParametersEntry 9 }
  2750.  
  2751.           phivControlPollingState OBJECT-TYPE
  2752.                SYNTAX INTEGER {
  2753.                    automatic (1),
  2754.                    active (2),
  2755.                    inactive (3),
  2756.                    dying (4),
  2757.                    dead (5)
  2758.                }
  2759.                ACCESS read-write
  2760.                STATUS mandatory
  2761.                DESCRIPTION
  2762.                    "This value represents the state of the tributary
  2763.                    relative to the multipoint polling algorithm.  If not
  2764.                    set the default is AUTOMATIC. The possible states are:
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.           Expires December 24, 1993                            [Page 47]
  2771.  
  2772.  
  2773.  
  2774.  
  2775.  
  2776.           draft           DECnet Phase IV MIB Extensions         June 93
  2777.  
  2778.  
  2779.  
  2780.                    AUTOMATIC
  2781.  
  2782.                      The tributary's state is allowed to vary according to
  2783.                      the operation of the polling algorithm.
  2784.  
  2785.                    ACTIVE/INACTIVE/DYING/DEAD
  2786.  
  2787.                      The tributary is locked in the specified state.
  2788.  
  2789.                     NOTE: These values are incremented by one compared to
  2790.                     the standard DECnet values in order to maintain
  2791.                     compliance with RFC 1155."
  2792.                ::= { phivControlParametersEntry 10 }
  2793.  
  2794.           phivControlPollingSubState OBJECT-TYPE
  2795.                SYNTAX INTEGER {
  2796.                    active (1),
  2797.                    inactive (2),
  2798.                    dying (3),
  2799.                    dead (4)
  2800.                }
  2801.                ACCESS read-only
  2802.                STATUS mandatory
  2803.                DESCRIPTION
  2804.                    "This value represents the tributary's state as
  2805.                    determined by the polling algorithm.  This applies
  2806.                    only when the polling state is AUTOMATIC and is
  2807.                    read-only to Network Management.  Polling-substate is
  2808.                    one of ACTIVE, INACTIVE, DYING, or DEAD.  It is
  2809.                    displayed as a tag on the polling state, for example:
  2810.                    AUTOMATIC-INACTIVE."
  2811.                ::= { phivControlParametersEntry 11 }
  2812.  
  2813.           phivControlTransTimer OBJECT-TYPE
  2814.                SYNTAX INTEGER (0..65535)
  2815.                ACCESS read-write
  2816.                STATUS mandatory
  2817.                DESCRIPTION
  2818.                    "This value represents the number of milliseconds to
  2819.                    delay between data message transmits. Milliseconds is
  2820.                    a decimal integer in the range 0-65535."
  2821.                DEFVAL { 0 }
  2822.                ::= { phivControlParametersEntry 12 }
  2823.  
  2824.  
  2825.  
  2826.  
  2827.  
  2828.  
  2829.           Expires December 24, 1993                            [Page 48]
  2830.  
  2831.  
  2832.  
  2833.  
  2834.  
  2835.           draft           DECnet Phase IV MIB Extensions         June 93
  2836.  
  2837.  
  2838.           -- Ethernet Group
  2839.  
  2840.           -- The implementation of the Ethernet Group is mandatory
  2841.           -- for all systems which support ethernet links.
  2842.  
  2843.           -- Ethernet Parameters Table
  2844.  
  2845.           phivEthLinkParametersTable OBJECT-TYPE
  2846.                SYNTAX SEQUENCE OF PhivEthLinkParametersEntry
  2847.                ACCESS not-accessible
  2848.                STATUS mandatory
  2849.                DESCRIPTION
  2850.                     "Information about ethernet link parameters."
  2851.                ::= { ethernet 1}
  2852.  
  2853.           phivEthLinkParametersEntry OBJECT-TYPE
  2854.                SYNTAX PhivEthLinkParametersEntry
  2855.                ACCESS not-accessible
  2856.                STATUS mandatory
  2857.                DESCRIPTION
  2858.                    "Parameter information about ethernet links currently
  2859.                    known."
  2860.                INDEX     { phivEthLinkIndex }
  2861.                ::= { phivEthLinkParametersTable 1 }
  2862.  
  2863.           PhivEthLinkParametersEntry ::=
  2864.                SEQUENCE {
  2865.                    phivEthLinkIndex
  2866.                        INTEGER,
  2867.                    phivEthDesigRouterNodeAddr
  2868.                        PhivAddr,
  2869.                    phivEthMaxRouters
  2870.                        INTEGER (0..255),
  2871.                    phivEthRouterPri
  2872.                        INTEGER (0..127),
  2873.                    phivEthHardwareAddr
  2874.                        OCTET STRING
  2875.                 }
  2876.           phivEthLinkIndex OBJECT-TYPE
  2877.                SYNTAX INTEGER
  2878.                ACCESS read-only
  2879.                STATUS mandatory
  2880.                DESCRIPTION
  2881.                    "The circuit over which this links information is
  2882.                    collected.  This is the same as phivCircuitIndex."
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.           Expires December 24, 1993                            [Page 49]
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.           draft           DECnet Phase IV MIB Extensions         June 93
  2895.  
  2896.  
  2897.                ::= { phivEthLinkParametersEntry 1 }
  2898.  
  2899.           phivEthDesigRouterNodeAddr OBJECT-TYPE
  2900.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  2901.                ACCESS read-only
  2902.                STATUS mandatory
  2903.                DESCRIPTION
  2904.                    "This value is the address of the designated router."
  2905.                ::= { phivEthLinkParametersEntry 2 }
  2906.  
  2907.           phivEthMaxRouters OBJECT-TYPE
  2908.                SYNTAX INTEGER (0..255)
  2909.                ACCESS read-write
  2910.                STATUS mandatory
  2911.                DESCRIPTION
  2912.                    "This parameter is the maximum number of routers (other
  2913.                     than the executor itself) allowed on the circuit by
  2914.                     Routing for circuits that are owned by the executor
  2915.                     node."
  2916.                ::= { phivEthLinkParametersEntry 3 }
  2917.  
  2918.           phivEthRouterPri OBJECT-TYPE
  2919.                SYNTAX INTEGER (0..127)
  2920.                ACCESS read-write
  2921.                STATUS mandatory
  2922.                DESCRIPTION
  2923.                    "This parameter is the priority that this router is to
  2924.                     have in the selection of designated router for the
  2925.                     circuit on circuits that are owned by the executor
  2926.                     node."
  2927.                DEFVAL { 64 }
  2928.                ::= { phivEthLinkParametersEntry 4 }
  2929.  
  2930.           phivEthHardwareAddr OBJECT-TYPE
  2931.                SYNTAX OCTET STRING ( SIZE (6) )
  2932.                ACCESS read-only
  2933.                STATUS mandatory
  2934.                DESCRIPTION
  2935.                    "This read-only parameter is the address that is
  2936.                    associated with the line device hardware as seen by
  2937.                    the DECnet Software.  This value is not the same as
  2938.                    ifPhysAddress."
  2939.                ::= { phivEthLinkParametersEntry 5 }
  2940.  
  2941.           -- Counters Group
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.           Expires December 24, 1993                            [Page 50]
  2948.  
  2949.  
  2950.  
  2951.  
  2952.  
  2953.           draft           DECnet Phase IV MIB Extensions         June 93
  2954.  
  2955.  
  2956.  
  2957.           -- The implementation of the Counters Group is optional.
  2958.           -- As usual, if a group is implemented, all objects in that group
  2959.           -- must be implemented.
  2960.  
  2961.           -- Counters Table
  2962.  
  2963.           phivCountersCountTable OBJECT-TYPE
  2964.                SYNTAX SEQUENCE OF PhivCountersCountEntry
  2965.                ACCESS not-accessible
  2966.                STATUS mandatory
  2967.                DESCRIPTION
  2968.                    "Information about ethernet link counters."
  2969.                ::= { counters 1 }
  2970.  
  2971.           phivCountersCountEntry OBJECT-TYPE
  2972.                SYNTAX PhivCountersCountEntry
  2973.                ACCESS not-accessible
  2974.                STATUS mandatory
  2975.                DESCRIPTION
  2976.                    "Counter information about ethernet links currently
  2977.                    known."
  2978.                INDEX     { phivCountersIndex }
  2979.                ::= { phivCountersCountTable 1 }
  2980.  
  2981.           PhivCountersCountEntry ::=
  2982.                SEQUENCE {
  2983.                    phivCountersIndex
  2984.                        INTEGER,
  2985.                    phivCountersCountBytesRecd
  2986.                        PhivCounter,
  2987.                    phivCountersCountBytesSent
  2988.                        PhivCounter,
  2989.                    phivCountersCountDataBlocksRecd
  2990.                        PhivCounter,
  2991.                    phivCountersCountDataBlocksSent
  2992.                        PhivCounter,
  2993.                    phivCountersCountEthUsrBuffUnav
  2994.                        PhivCounter (0..65535),
  2995.                    phivCountersCountMcastBytesRecd
  2996.                        PhivCounter,
  2997.                    phivCountersCountDataBlksRecd
  2998.                        PhivCounter,
  2999.                    phivCountersCountDataBlksSent
  3000.                        PhivCounter,
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.           Expires December 24, 1993                            [Page 51]
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.           draft           DECnet Phase IV MIB Extensions         June 93
  3013.  
  3014.  
  3015.                    phivCountersCountMcastBlksRecd
  3016.                        PhivCounter,
  3017.                    phivCountersCountBlksSentDef
  3018.                        PhivCounter,
  3019.                    phivCountersCountBlksSentSingleCol
  3020.                        PhivCounter,
  3021.                    phivCountersCountBlksSentMultCol
  3022.                        PhivCounter,
  3023.                    phivCountersCountSendFailure
  3024.                        PhivCounter,
  3025.                    phivCountersCountCollDetectFailure
  3026.                        PhivCounter (0..65535),
  3027.                    phivCountersCountReceiveFailure
  3028.                        PhivCounter (0..65535),
  3029.                    phivCountersCountUnrecFrameDest
  3030.                        PhivCounter (0..65535),
  3031.                    phivCountersCountDataOver
  3032.                        PhivCounter (0..65535),
  3033.                    phivCountersCountSysBuffUnav
  3034.                        PhivCounter (0..65535),
  3035.                    phivCountersCountUsrBuffUnav
  3036.                        PhivCounter (0..65535)
  3037.                 }
  3038.           phivCountersIndex OBJECT-TYPE
  3039.                SYNTAX INTEGER
  3040.                ACCESS read-only
  3041.                STATUS mandatory
  3042.                DESCRIPTION
  3043.                    "The interface to which these counters apply.  This is
  3044.                    the same interface as identified by the same value of
  3045.                    phivLineIndex. This value is the IfIndex."
  3046.                ::= { phivCountersCountEntry 1 }
  3047.  
  3048.           phivCountersCountBytesRecd OBJECT-TYPE
  3049.                SYNTAX PhivCounter
  3050.                ACCESS read-only
  3051.                STATUS mandatory
  3052.                DESCRIPTION
  3053.                    "Number of bytes received over this link."
  3054.                ::= { phivCountersCountEntry 2 }
  3055.  
  3056.           phivCountersCountBytesSent OBJECT-TYPE
  3057.                SYNTAX PhivCounter
  3058.                ACCESS read-only
  3059.                STATUS mandatory
  3060.  
  3061.  
  3062.  
  3063.  
  3064.  
  3065.           Expires December 24, 1993                            [Page 52]
  3066.  
  3067.  
  3068.  
  3069.  
  3070.  
  3071.           draft           DECnet Phase IV MIB Extensions         June 93
  3072.  
  3073.  
  3074.                DESCRIPTION
  3075.                    "Number of bytes sent over this link."
  3076.                ::= { phivCountersCountEntry 3 }
  3077.  
  3078.           phivCountersCountDataBlocksRecd OBJECT-TYPE
  3079.                SYNTAX PhivCounter
  3080.                ACCESS read-only
  3081.                STATUS obsolete
  3082.                DESCRIPTION
  3083.                    "Number of data blocks received over this link."
  3084.                ::= { phivCountersCountEntry 4 }
  3085.  
  3086.           phivCountersCountDataBlocksSent OBJECT-TYPE
  3087.                SYNTAX PhivCounter
  3088.                ACCESS read-only
  3089.                STATUS obsolete
  3090.                DESCRIPTION
  3091.                    "Number of data blocks sent over this link."
  3092.                ::= { phivCountersCountEntry 5 }
  3093.  
  3094.           phivCountersCountEthUsrBuffUnav OBJECT-TYPE
  3095.                SYNTAX PhivCounter (0..65535)
  3096.                ACCESS read-only
  3097.                STATUS mandatory
  3098.                DESCRIPTION
  3099.                    "Number of user buffer unavailable errors over this
  3100.                    link."
  3101.                ::= { phivCountersCountEntry 6 }
  3102.  
  3103.           phivCountersCountMcastBytesRecd OBJECT-TYPE
  3104.                SYNTAX PhivCounter
  3105.                ACCESS read-only
  3106.                STATUS mandatory
  3107.                DESCRIPTION
  3108.                    "Number of multicast bytes received over this link."
  3109.                ::= { phivCountersCountEntry 7 }
  3110.  
  3111.           phivCountersCountDataBlksRecd OBJECT-TYPE
  3112.                SYNTAX PhivCounter
  3113.                ACCESS read-only
  3114.                STATUS mandatory
  3115.                DESCRIPTION
  3116.                    "Number of data blocks received over this link."
  3117.                ::= { phivCountersCountEntry 8 }
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.           Expires December 24, 1993                            [Page 53]
  3125.  
  3126.  
  3127.  
  3128.  
  3129.  
  3130.           draft           DECnet Phase IV MIB Extensions         June 93
  3131.  
  3132.  
  3133.           phivCountersCountDataBlksSent OBJECT-TYPE
  3134.                SYNTAX PhivCounter
  3135.                ACCESS read-only
  3136.                STATUS mandatory
  3137.                DESCRIPTION
  3138.                    "Number of data blocks sent over this link."
  3139.                ::= { phivCountersCountEntry 9 }
  3140.  
  3141.           phivCountersCountMcastBlksRecd OBJECT-TYPE
  3142.                SYNTAX PhivCounter
  3143.                ACCESS read-only
  3144.                STATUS mandatory
  3145.                DESCRIPTION
  3146.                    "Number of multicast blocks received over this link."
  3147.                ::= { phivCountersCountEntry 10 }
  3148.  
  3149.           phivCountersCountBlksSentDef OBJECT-TYPE
  3150.                SYNTAX PhivCounter
  3151.                ACCESS read-only
  3152.                STATUS mandatory
  3153.                DESCRIPTION
  3154.                    "Number of blocks sent, initially deferred over this
  3155.                    link."
  3156.                ::= { phivCountersCountEntry 11 }
  3157.  
  3158.           phivCountersCountBlksSentSingleCol OBJECT-TYPE
  3159.                SYNTAX PhivCounter
  3160.                ACCESS read-only
  3161.                STATUS mandatory
  3162.                DESCRIPTION
  3163.                    "Number of blocks sent, single collision over this link."
  3164.                ::= { phivCountersCountEntry 12 }
  3165.  
  3166.           phivCountersCountBlksSentMultCol OBJECT-TYPE
  3167.                SYNTAX PhivCounter
  3168.                ACCESS read-only
  3169.                STATUS mandatory
  3170.                DESCRIPTION
  3171.                    "Number of blocks sent, multiple collisions over this
  3172.                    link."
  3173.                ::= { phivCountersCountEntry 13 }
  3174.  
  3175.           phivCountersCountSendFailure OBJECT-TYPE
  3176.                SYNTAX INTEGER ( 0..65535 )
  3177.                ACCESS read-only
  3178.  
  3179.  
  3180.  
  3181.  
  3182.  
  3183.           Expires December 24, 1993                            [Page 54]
  3184.  
  3185.  
  3186.  
  3187.  
  3188.  
  3189.           draft           DECnet Phase IV MIB Extensions         June 93
  3190.  
  3191.  
  3192.                STATUS mandatory
  3193.                DESCRIPTION
  3194.                    "Number of send failures over this link."
  3195.                ::= { phivCountersCountEntry 14 }
  3196.  
  3197.           phivCountersCountCollDetectFailure OBJECT-TYPE
  3198.                SYNTAX INTEGER ( 0..65535 )
  3199.                ACCESS read-only
  3200.                STATUS mandatory
  3201.                DESCRIPTION
  3202.                    "Number of collision detect check failures over this
  3203.                     link."
  3204.                ::= { phivCountersCountEntry 15 }
  3205.  
  3206.           phivCountersCountReceiveFailure OBJECT-TYPE
  3207.                SYNTAX INTEGER ( 0..65535 )
  3208.                ACCESS read-only
  3209.                STATUS mandatory
  3210.                DESCRIPTION
  3211.                    "Number of receive failures over this link."
  3212.                ::= { phivCountersCountEntry 16 }
  3213.  
  3214.           phivCountersCountUnrecFrameDest OBJECT-TYPE
  3215.                SYNTAX INTEGER ( 0..65535 )
  3216.                ACCESS read-only
  3217.                STATUS mandatory
  3218.                DESCRIPTION
  3219.                    "Number of unrecognized frame destinations over this
  3220.                    link."
  3221.                ::= { phivCountersCountEntry 17 }
  3222.  
  3223.           phivCountersCountDataOver OBJECT-TYPE
  3224.                SYNTAX INTEGER ( 0..65535 )
  3225.                ACCESS read-only
  3226.                STATUS mandatory
  3227.                DESCRIPTION
  3228.                    "Number of data overruns over this link."
  3229.                ::= { phivCountersCountEntry 18 }
  3230.  
  3231.           phivCountersCountSysBuffUnav OBJECT-TYPE
  3232.                SYNTAX INTEGER ( 0..65535 )
  3233.                ACCESS read-only
  3234.                STATUS mandatory
  3235.                DESCRIPTION
  3236.                    "Number of system buffer unavailables over this link."
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.           Expires December 24, 1993                            [Page 55]
  3243.  
  3244.  
  3245.  
  3246.  
  3247.  
  3248.           draft           DECnet Phase IV MIB Extensions         June 93
  3249.  
  3250.  
  3251.                ::= { phivCountersCountEntry 19 }
  3252.  
  3253.           phivCountersCountUsrBuffUnav OBJECT-TYPE
  3254.                SYNTAX INTEGER ( 0..65535 )
  3255.                ACCESS read-only
  3256.                STATUS mandatory
  3257.                DESCRIPTION
  3258.                    "Number of user buffer unavailables."
  3259.                ::= { phivCountersCountEntry 20 }
  3260.  
  3261.           -- Adjacency Group
  3262.  
  3263.           -- The implementation of the Adjacency Group is mandatory for all
  3264.           -- conformant implementations of this memo.
  3265.  
  3266.           -- The phivAdjTable has been made obsolete it has been replaced with
  3267.           -- the phivAdjNodeTable.
  3268.  
  3269.           phivAdjTable OBJECT-TYPE
  3270.                SYNTAX SEQUENCE OF PhivAdjEntry
  3271.                ACCESS not-accessible
  3272.                STATUS obsolete
  3273.                DESCRIPTION
  3274.                    "The Adjacency Table."
  3275.                ::= { adjacency 1 }
  3276.  
  3277.           phivAdjEntry OBJECT-TYPE
  3278.                SYNTAX PhivAdjEntry
  3279.                ACCESS not-accessible
  3280.                STATUS obsolete
  3281.                DESCRIPTION
  3282.                    "There is one entry in the table for each adjacency."
  3283.                INDEX  { phivAdjCircuitIndex }
  3284.                ::= { phivAdjTable 1 }
  3285.  
  3286.           PhivAdjEntry ::=
  3287.                SEQUENCE {
  3288.                    phivAdjCircuitIndex
  3289.                        INTEGER,
  3290.                    phivAdjNodeAddr
  3291.                        PhivAddr,
  3292.                    phivAdjBlockSize
  3293.                        INTEGER,
  3294.                    phivAdjListenTimer
  3295.                        INTEGER (1..65535),
  3296.  
  3297.  
  3298.  
  3299.  
  3300.  
  3301.           Expires December 24, 1993                            [Page 56]
  3302.  
  3303.  
  3304.  
  3305.  
  3306.  
  3307.           draft           DECnet Phase IV MIB Extensions         June 93
  3308.  
  3309.  
  3310.                    phivAdjCircuitEtherServPhysAddr
  3311.                        OCTET STRING,
  3312.                    phivAdjType
  3313.                        INTEGER,
  3314.                    phivAdjState
  3315.                        INTEGER,
  3316.                    phivAdjPriority
  3317.                        INTEGER,
  3318.                    phivAdjExecListenTimer
  3319.                        INTEGER (1..65535)
  3320.                 }
  3321.           phivAdjCircuitIndex OBJECT-TYPE
  3322.                SYNTAX INTEGER
  3323.                ACCESS read-only
  3324.                STATUS obsolete
  3325.                DESCRIPTION
  3326.                    "A unique index value for each known circuit."
  3327.                ::= { phivAdjEntry 1 }
  3328.  
  3329.           phivAdjNodeAddr OBJECT-TYPE
  3330.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  3331.                ACCESS read-only
  3332.                STATUS obsolete
  3333.                DESCRIPTION
  3334.                    "The address of the adjacent node."
  3335.                ::= { phivAdjEntry 2 }
  3336.  
  3337.           phivAdjBlockSize OBJECT-TYPE
  3338.                SYNTAX INTEGER
  3339.                ACCESS read-only
  3340.                STATUS obsolete
  3341.                DESCRIPTION
  3342.                    "This read-only parameter is the block size that was
  3343.                    negotiated with the adjacent Routing layer during Routing
  3344.                    initialization over a particular circuit. It includes the
  3345.                    routing header, but excludes the data link header. This
  3346.                    parameter is qualified by ADJACENT NODE."
  3347.                ::= { phivAdjEntry 3 }
  3348.  
  3349.           phivAdjListenTimer OBJECT-TYPE
  3350.                SYNTAX INTEGER (1..65535)
  3351.                ACCESS read-only
  3352.                STATUS obsolete
  3353.                DESCRIPTION
  3354.                    "This value determines the maximum number of seconds
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.           Expires December 24, 1993                            [Page 57]
  3361.  
  3362.  
  3363.  
  3364.  
  3365.  
  3366.           draft           DECnet Phase IV MIB Extensions         June 93
  3367.  
  3368.  
  3369.                    allowed to elapse before Routing receives some message
  3370.                    (either a Hello message or a user message) from the
  3371.                    adjacent node on the circuit. It was agreed during
  3372.                    Routing initialization with the adjacent Routing layer.
  3373.                    This parameter is qualified by ADJACENT NODE."
  3374.                ::= { phivAdjEntry 4 }
  3375.  
  3376.           phivAdjCircuitEtherServPhysAddr OBJECT-TYPE
  3377.                SYNTAX OCTET STRING ( SIZE (6) )
  3378.                ACCESS read-only
  3379.                STATUS obsolete
  3380.                DESCRIPTION
  3381.                    "This parameter indicates the Ethernet physical address
  3382.                    of an adjacent node that is being serviced on this
  3383.                    circuit. This parameter is a qualifier for SERVICE
  3384.                    SUBSTATE."
  3385.                ::= { phivAdjEntry 5 }
  3386.  
  3387.           phivAdjType OBJECT-TYPE
  3388.                SYNTAX INTEGER {
  3389.                    routing-III (1),
  3390.                    nonrouting-III (2),
  3391.                    area (3),
  3392.                    routing-IV (4),
  3393.                    nonrouting-IV (5)
  3394.                }
  3395.                ACCESS read-only
  3396.                STATUS obsolete
  3397.                DESCRIPTION
  3398.                    "This parameter indicates the type of adjacency.
  3399.  
  3400.                    For adjacent nodes, this is a read-only parameter that
  3401.                    indicates the type of the reachable adjacent node.
  3402.                    NOTE: The routing-III and nonrouting-III values are
  3403.                    incremented by one compared to the standard DECnet
  3404.                    values in order to maintain compliance with RFC 1155)"
  3405.                ::= { phivAdjEntry 6 }
  3406.  
  3407.           phivAdjState OBJECT-TYPE
  3408.                SYNTAX INTEGER {
  3409.                    initializing (1),          -- Ethernet one-way
  3410.                    up (2),                    -- Ethernet two-way
  3411.                    run (3),                   -- The eight DDCMP/X.25 states
  3412.                    circuit-rejected (4),
  3413.                    data-link-start (5),
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419.           Expires December 24, 1993                            [Page 58]
  3420.  
  3421.  
  3422.  
  3423.  
  3424.  
  3425.           draft           DECnet Phase IV MIB Extensions         June 93
  3426.  
  3427.  
  3428.                    routing-layer-initialize (6),
  3429.                    routing-layer-verify (7),
  3430.                    routing-layer-complete (8),
  3431.                    off (9),
  3432.                    halt (10)
  3433.                }
  3434.                ACCESS read-only
  3435.                STATUS obsolete
  3436.                DESCRIPTION
  3437.                    "This value indicates the state of a router adjacency.
  3438.                    On adjacencies over a circuit of type
  3439.                    (phivCircuitCommonType) Ethernet, CI, or FDDI, with an
  3440.                    adjacent node of type (phivAdjType) ROUTING IV or AREA,
  3441.                    this variable is the state of the Ethernet
  3442.                    Initialization Layer for this adjacency, and can have
  3443.                    values INITIALIZING or UP. (See Section 9.1.1 of
  3444.                    DECnet Phase IV Routing Layer Functional Specification.)
  3445.  
  3446.                    On adjacencies over a circuit of type
  3447.                    (phivCircuitCommonType) Ethernet, CI, or FDDI, with an
  3448.                    adjacent node of type (phivAdjType) NONROUTING IV,
  3449.                    this variable will always take on the value UP.
  3450.  
  3451.                    On adjacencies over a circuit of type
  3452.                    (phivCircuitCommonType) DDCMP POINT, DDCMP CONTROL,
  3453.                    DDCMP TRIBUTARY, DDCMP DMC, or X.25, this variable is
  3454.                    the state of the Routing Layer Initialization Circuit
  3455.                    State. (See section 7.3, ibid.)  It can have values
  3456.                    between RUN and HALT.
  3457.  
  3458.                    On adjacencies over a circuit of type
  3459.                    (phivCircuitCommonType) OTHER, this variable may be
  3460.                    used in a manner consistent with the Initialization
  3461.                    Layer used on that circuit."
  3462.                ::= { phivAdjEntry 7 }
  3463.  
  3464.           phivAdjPriority OBJECT-TYPE
  3465.                SYNTAX INTEGER (0..255)
  3466.                ACCESS read-only
  3467.                STATUS obsolete
  3468.                DESCRIPTION
  3469.                    "Priority assigned by the adjacent node for this
  3470.                    circuit."
  3471.             ::= { phivAdjEntry 8 }
  3472.  
  3473.  
  3474.  
  3475.  
  3476.  
  3477.  
  3478.           Expires December 24, 1993                            [Page 59]
  3479.  
  3480.  
  3481.  
  3482.  
  3483.  
  3484.           draft           DECnet Phase IV MIB Extensions         June 93
  3485.  
  3486.  
  3487.           phivAdjExecListenTimer OBJECT-TYPE
  3488.                SYNTAX INTEGER (1..65535)
  3489.                ACCESS read-only
  3490.                STATUS obsolete
  3491.                DESCRIPTION
  3492.                    "This read-only value determines the maximum number of
  3493.                    seconds allowed to elapse before Routing receives some
  3494.                    message (either a Hello message or a user message) from
  3495.                    the adjacent node on the circuit. It was agreed during
  3496.                    Routing initialization with the adjacent Routing layer."
  3497.                ::= { phivAdjEntry 9 }
  3498.  
  3499.           -- New Adjacency Table this replaces the phivAdjTable.
  3500.  
  3501.           phivAdjNodeTable OBJECT-TYPE
  3502.                SYNTAX SEQUENCE OF PhivAdjNodeEntry
  3503.                ACCESS not-accessible
  3504.                STATUS mandatory
  3505.                DESCRIPTION
  3506.                    "The Adjacent Node Table."
  3507.                ::= { adjacency 2 }
  3508.  
  3509.           phivAdjNodeEntry OBJECT-TYPE
  3510.                SYNTAX PhivAdjNodeEntry
  3511.                ACCESS not-accessible
  3512.                STATUS mandatory
  3513.                DESCRIPTION
  3514.                    "There is one entry in the table for each adjacency."
  3515.                INDEX  { phivAdjNodeCircuitIndex, phivAdjAddr }
  3516.                ::= { phivAdjNodeTable 1 }
  3517.  
  3518.           PhivAdjNodeEntry ::=
  3519.                SEQUENCE {
  3520.                    phivAdjNodeCircuitIndex
  3521.                        INTEGER,
  3522.                    phivAdjAddr
  3523.                        PhivAddr,
  3524.                    phivAdjNodeBlockSize
  3525.                        INTEGER,
  3526.                    phivAdjNodeListenTimer
  3527.                        INTEGER (1..65535),
  3528.                    phivAdjNodeCircuitEtherServPhysAddr
  3529.                        OCTET STRING,
  3530.                    phivAdjNodeType
  3531.                        INTEGER,
  3532.  
  3533.  
  3534.  
  3535.  
  3536.  
  3537.           Expires December 24, 1993                            [Page 60]
  3538.  
  3539.  
  3540.  
  3541.  
  3542.  
  3543.           draft           DECnet Phase IV MIB Extensions         June 93
  3544.  
  3545.  
  3546.                    phivAdjNodeState
  3547.                        INTEGER,
  3548.                    phivAdjNodePriority
  3549.                        INTEGER
  3550.                 }
  3551.           phivAdjNodeCircuitIndex OBJECT-TYPE
  3552.                SYNTAX INTEGER
  3553.                ACCESS read-only
  3554.                STATUS mandatory
  3555.                DESCRIPTION
  3556.                    "A unique index value for each known circuit.  This
  3557.                    value is the same as phivCircuitIndex and identifies the
  3558.                    circuit over which the adjacency is realized."
  3559.                ::= { phivAdjNodeEntry 1 }
  3560.  
  3561.           phivAdjAddr OBJECT-TYPE
  3562.                SYNTAX PhivAddr -- OCTET STRING (SIZE (2))
  3563.                ACCESS read-only
  3564.                STATUS mandatory
  3565.                DESCRIPTION
  3566.                    "The address of the adjacent node."
  3567.                ::= { phivAdjNodeEntry 2 }
  3568.  
  3569.           phivAdjNodeBlockSize OBJECT-TYPE
  3570.                SYNTAX INTEGER
  3571.                ACCESS read-only
  3572.                STATUS mandatory
  3573.                DESCRIPTION
  3574.                    "This read-only parameter is the block size that was
  3575.                    negotiated with the adjacent Routing layer during Routing
  3576.                    initialization over a particular circuit. It includes the
  3577.                    routing header, but excludes the data link header. This
  3578.                    parameter is qualified by ADJACENT NODE."
  3579.                ::= { phivAdjNodeEntry 3 }
  3580.  
  3581.           phivAdjNodeListenTimer OBJECT-TYPE
  3582.                SYNTAX INTEGER (1..65535)
  3583.                ACCESS read-only
  3584.                STATUS mandatory
  3585.                DESCRIPTION
  3586.                    "This value determines the maximum number of seconds
  3587.                    allowed to elapse before Routing receives some message
  3588.                    (either a Hello message or a user message) from the
  3589.                    adjacent node on the circuit. It was agreed during
  3590.                    Routing initialization with the adjacent Routing layer.
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.           Expires December 24, 1993                            [Page 61]
  3597.  
  3598.  
  3599.  
  3600.  
  3601.  
  3602.           draft           DECnet Phase IV MIB Extensions         June 93
  3603.  
  3604.  
  3605.                    This parameter is qualified by ADJACENT NODE."
  3606.                ::= { phivAdjNodeEntry 4 }
  3607.  
  3608.           phivAdjNodeCircuitEtherServPhysAddr OBJECT-TYPE
  3609.                SYNTAX OCTET STRING ( SIZE (6) )
  3610.                ACCESS read-only
  3611.                STATUS mandatory
  3612.                DESCRIPTION
  3613.                    "This parameter indicates the Ethernet physical address
  3614.                    of an adjacent node that is being serviced on this
  3615.                    circuit. This parameter is a qualifier for SERVICE
  3616.                    SUBSTATE."
  3617.                ::= { phivAdjNodeEntry 5 }
  3618.  
  3619.           phivAdjNodeType OBJECT-TYPE
  3620.                SYNTAX INTEGER {
  3621.                    routing-III (1),
  3622.                    nonrouting-III (2),
  3623.                    area (3),
  3624.                    routing-IV (4),
  3625.                    nonrouting-IV (5)
  3626.                }
  3627.                ACCESS read-only
  3628.                STATUS mandatory
  3629.                DESCRIPTION
  3630.                    "This parameter indicates the type of adjacency.
  3631.  
  3632.                    For adjacent nodes, this is a read-only parameter that
  3633.                    indicates the type of the reachable adjacent node.
  3634.                    NOTE: The routing-III and nonrouting-III values are
  3635.                    incremented by one compared to the standard DECnet
  3636.                    values in order to maintain compliance with RFC 1155)"
  3637.                ::= { phivAdjNodeEntry 6 }
  3638.  
  3639.           phivAdjNodeState OBJECT-TYPE
  3640.                SYNTAX INTEGER {
  3641.                    initializing (1),          -- Ethernet one-way
  3642.                    up (2),                    -- Ethernet two-way
  3643.                    run (3),                   -- The eight DDCMP/X.25 states
  3644.                    circuit-rejected (4),
  3645.                    data-link-start (5),
  3646.                    routing-layer-initialize (6),
  3647.                    routing-layer-verify (7),
  3648.                    routing-layer-complete (8),
  3649.                    off (9),
  3650.  
  3651.  
  3652.  
  3653.  
  3654.  
  3655.           Expires December 24, 1993                            [Page 62]
  3656.  
  3657.  
  3658.  
  3659.  
  3660.  
  3661.           draft           DECnet Phase IV MIB Extensions         June 93
  3662.  
  3663.  
  3664.                    halt (10)
  3665.                }
  3666.                ACCESS read-only
  3667.                STATUS mandatory
  3668.                DESCRIPTION
  3669.                    "This value indicates the state of a router adjacency.
  3670.                    On adjacencies over a circuit of type
  3671.                    (phivCircuitCommonType) Ethernet, CI, or FDDI, with an
  3672.                    adjacent node of type (phivAdjNodeType) ROUTING IV or AREA,
  3673.                    this variable is the state of the Ethernet
  3674.                    Initialization Layer for this adjacency, and can have
  3675.                    values INITIALIZING or UP. (See Section 9.1.1 of
  3676.                    DECnet Phase IV Routing Layer Functional Specification.)
  3677.  
  3678.                    On adjacencies over a circuit of type
  3679.                    (phivCircuitCommonType) Ethernet, CI, or FDDI, with an
  3680.                    adjacent node of type (phivAdjNodeType) NONROUTING IV,
  3681.                    this variable will always take on the value UP.
  3682.  
  3683.                    On adjacencies over a circuit of type
  3684.                    (phivCircuitCommonType) DDCMP POINT, DDCMP CONTROL,
  3685.                    DDCMP TRIBUTARY, DDCMP DMC, or X.25, this variable is
  3686.                    the state of the Routing Layer Initialization Circuit
  3687.                    State. (See section 7.3, ibid.)  It can have values
  3688.                    between RUN and HALT.
  3689.  
  3690.                    On adjacencies over a circuit of type
  3691.                    (phivCircuitCommonType) OTHER, this variable may be
  3692.                    used in a manner consistent with the Initialization
  3693.                    Layer used on that circuit."
  3694.                ::= { phivAdjNodeEntry 7 }
  3695.  
  3696.           phivAdjNodePriority OBJECT-TYPE
  3697.                SYNTAX INTEGER (0..255)
  3698.                ACCESS read-only
  3699.                STATUS mandatory
  3700.                DESCRIPTION
  3701.                    "Priority assigned by the adjacent node for this
  3702.                    circuit."
  3703.                   ::= { phivAdjNodeEntry 8 }
  3704.  
  3705.           -- Line Group
  3706.  
  3707.           -- The implementation of the Line Group is mandatory for all
  3708.           -- conformant implementations of this memo.
  3709.  
  3710.  
  3711.  
  3712.  
  3713.  
  3714.           Expires December 24, 1993                            [Page 63]
  3715.  
  3716.  
  3717.  
  3718.  
  3719.  
  3720.           draft           DECnet Phase IV MIB Extensions         June 93
  3721.  
  3722.  
  3723.  
  3724.           phivLineTable OBJECT-TYPE
  3725.                SYNTAX SEQUENCE OF PhivLineEntry
  3726.                ACCESS not-accessible
  3727.                STATUS mandatory
  3728.                DESCRIPTION
  3729.                    "The Line Table."
  3730.                ::= { line 1 }
  3731.  
  3732.           phivLineEntry OBJECT-TYPE
  3733.                SYNTAX PhivLineEntry
  3734.                ACCESS not-accessible
  3735.                STATUS mandatory
  3736.                DESCRIPTION
  3737.                    "There is one entry in the table for each line."
  3738.                INDEX  { phivLineIndex }
  3739.                ::= { phivLineTable 1 }
  3740.  
  3741.           PhivLineEntry ::=
  3742.                SEQUENCE {
  3743.                    phivLineIndex
  3744.                        INTEGER,
  3745.                    phivLineName
  3746.                        DisplayString,
  3747.                    phivLineState
  3748.                        INTEGER,
  3749.                    phivLineSubstate
  3750.                        INTEGER,
  3751.                    phivLineService
  3752.                        INTEGER,
  3753.                    phivLineDevice
  3754.                        DisplayString,
  3755.                    phivLineReceiveBuffs
  3756.                        INTEGER (0..65535),
  3757.                    phivLineProtocol
  3758.                        INTEGER,
  3759.                    phivLineServiceTimer
  3760.                        INTEGER (1..65535),
  3761.                    phivLineMaxBlock
  3762.                        INTEGER (1..65535)
  3763.                }
  3764.           phivLineIndex OBJECT-TYPE
  3765.                SYNTAX INTEGER
  3766.                ACCESS read-only
  3767.                STATUS mandatory
  3768.  
  3769.  
  3770.  
  3771.  
  3772.  
  3773.           Expires December 24, 1993                            [Page 64]
  3774.  
  3775.  
  3776.  
  3777.  
  3778.  
  3779.           draft           DECnet Phase IV MIB Extensions         June 93
  3780.  
  3781.  
  3782.                DESCRIPTION
  3783.                    "The line on which this entry's equivalence is effective.
  3784.                    This is the same as the IfIndex."
  3785.                ::= { phivLineEntry 1 }
  3786.  
  3787.           phivLineName OBJECT-TYPE
  3788.                SYNTAX DisplayString ( SIZE (0..16) )
  3789.                ACCESS read-only
  3790.                STATUS mandatory
  3791.                DESCRIPTION
  3792.                    "The name of the line on this row of the table."
  3793.                ::= { phivLineEntry 2 }
  3794.  
  3795.           phivLineState OBJECT-TYPE
  3796.                SYNTAX INTEGER {
  3797.                    on (1),
  3798.                    off (2),
  3799.                    service (3),
  3800.                    cleared (4)
  3801.                }
  3802.                ACCESS read-only
  3803.                STATUS mandatory
  3804.                DESCRIPTION
  3805.                    "This value represents Network Management operational
  3806.                    state.
  3807.                    NOTE that these values are incremented by one compared to
  3808.                    the standard DECnet values."
  3809.                ::= { phivLineEntry 3 }
  3810.  
  3811.           phivLineSubstate OBJECT-TYPE
  3812.                SYNTAX INTEGER {
  3813.                    starting (1),
  3814.                    reflecting (2),
  3815.                    looping (3),
  3816.                    loading (4),
  3817.                    dumping (5),
  3818.                    triggering (6),
  3819.                    auto-service (7),
  3820.                    auto-loading (8),
  3821.                    auto-dumping (9),
  3822.                    auto-triggering (10),
  3823.                    synchronizing (11),
  3824.                    failed (12),
  3825.                    running (13)
  3826.                }
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.           Expires December 24, 1993                            [Page 65]
  3833.  
  3834.  
  3835.  
  3836.  
  3837.  
  3838.           draft           DECnet Phase IV MIB Extensions         June 93
  3839.  
  3840.  
  3841.                ACCESS read-only
  3842.                STATUS mandatory
  3843.                DESCRIPTION
  3844.                    "This value represents the line's read-only Network
  3845.                    Management substate.
  3846.                    NOTE that these values are incremented by one compared to
  3847.                    the standard DECnet values."
  3848.                ::= { phivLineEntry 4 }
  3849.  
  3850.           phivLineService OBJECT-TYPE
  3851.                SYNTAX INTEGER {
  3852.                    starting (1),
  3853.                    reflecting (2),
  3854.                    looping (3),
  3855.                    other (4)
  3856.                }
  3857.                ACCESS read-only
  3858.                STATUS mandatory
  3859.                DESCRIPTION
  3860.                    "This value represents the line's read-only Network
  3861.                    Management service.
  3862.                    NOTE that these values are incremented by one compared to
  3863.                    the standard DECnet values and OTHER is a new addition."
  3864.                ::= { phivLineEntry 5 }
  3865.  
  3866.           phivLineDevice OBJECT-TYPE
  3867.                SYNTAX DisplayString ( SIZE (0..16) )
  3868.                ACCESS read-only
  3869.                STATUS mandatory
  3870.                DESCRIPTION
  3871.                    "This value represents the Physical Link device to be
  3872.                    used on the line."
  3873.                ::= { phivLineEntry 6 }
  3874.  
  3875.           phivLineReceiveBuffs OBJECT-TYPE
  3876.                SYNTAX INTEGER (0..65535)
  3877.                ACCESS read-only
  3878.                STATUS mandatory
  3879.                DESCRIPTION
  3880.                    "This value represents the number of receive buffers
  3881.                    reserved for the line. It is a decimal number in
  3882.                    the range 0-65535.  0 is supported for those vendors
  3883.                    that do not reserve buffers on a per line basis and
  3884.                    use a pool of buffers that can be used by any line."
  3885.                ::= { phivLineEntry 7 }
  3886.  
  3887.  
  3888.  
  3889.  
  3890.  
  3891.           Expires December 24, 1993                            [Page 66]
  3892.  
  3893.  
  3894.  
  3895.  
  3896.  
  3897.           draft           DECnet Phase IV MIB Extensions         June 93
  3898.  
  3899.  
  3900.  
  3901.           phivLineProtocol OBJECT-TYPE
  3902.                SYNTAX INTEGER {
  3903.                    ddcmp-point (1),
  3904.                    ddcmp-control (2),
  3905.                    ddcmp-tributary (3),
  3906.                    reserved (4),
  3907.                    ddcmp-dmc (5),
  3908.                    olapb (6),
  3909.                    ethernet (7),
  3910.                    ci (8),
  3911.                    qp2 (9),
  3912.                    other (14),
  3913.                    fddi (15)
  3914.                }
  3915.                ACCESS read-only
  3916.                STATUS mandatory
  3917.                DESCRIPTION
  3918.                    "This value represents the protocol used on the line
  3919.                    device.  Note that these values are incremented by
  3920.                    one compared to the standard DECnet values."
  3921.                ::= { phivLineEntry 8 }
  3922.  
  3923.           phivLineServiceTimer OBJECT-TYPE
  3924.                SYNTAX INTEGER (1..65535)
  3925.                ACCESS read-only
  3926.                STATUS mandatory
  3927.                DESCRIPTION
  3928.                    "This value represents the amount of time in
  3929.                    milliseconds allowed to elapse before a Data Link
  3930.                    receive request completes while doing service
  3931.                    operations."
  3932.                ::= { phivLineEntry 9 }
  3933.  
  3934.           phivLineMaxBlock OBJECT-TYPE
  3935.                SYNTAX INTEGER (1..65535)
  3936.                ACCESS read-only
  3937.                STATUS mandatory
  3938.                DESCRIPTION
  3939.                    "This value represents the Data Link maximum block
  3940.                    size on the line."
  3941.                ::= { phivLineEntry 10 }
  3942.  
  3943.           -- Non Broadcast Line Group
  3944.  
  3945.  
  3946.  
  3947.  
  3948.  
  3949.  
  3950.           Expires December 24, 1993                            [Page 67]
  3951.  
  3952.  
  3953.  
  3954.  
  3955.  
  3956.           draft           DECnet Phase IV MIB Extensions         June 93
  3957.  
  3958.  
  3959.           -- The implementation of the Non Broadcast Line Group is optional.
  3960.           -- As usual, if a group is implemented, all objects in that group
  3961.           -- must be implemented.
  3962.  
  3963.           phivNonBroadcastTable OBJECT-TYPE
  3964.                SYNTAX SEQUENCE OF PhivNonBroadcastEntry
  3965.                ACCESS not-accessible
  3966.                STATUS mandatory
  3967.                DESCRIPTION
  3968.                    "The Non Broadcast Table."
  3969.                ::= { nonBroadcastLine 1 }
  3970.  
  3971.           phivNonBroadcastEntry OBJECT-TYPE
  3972.                SYNTAX PhivNonBroadcastEntry
  3973.                ACCESS not-accessible
  3974.                STATUS mandatory
  3975.                DESCRIPTION
  3976.                    "There is one entry in the table for each
  3977.                    Non Broadcast line."
  3978.                INDEX  { phivNonBroadcastIndex }
  3979.                ::= { phivNonBroadcastTable 1 }
  3980.  
  3981.           PhivNonBroadcastEntry ::=
  3982.                SEQUENCE {
  3983.                    phivNonBroadcastIndex
  3984.                        INTEGER,
  3985.                    phivNonBroadcastController
  3986.                        INTEGER,
  3987.                    phivNonBroadcastDuplex
  3988.                        INTEGER,
  3989.                    phivNonBroadcastClock
  3990.                        INTEGER,
  3991.                    phivNonBroadcastRetransmitTimer
  3992.                        INTEGER (1..65535)
  3993.                }
  3994.           phivNonBroadcastIndex OBJECT-TYPE
  3995.                SYNTAX INTEGER
  3996.                ACCESS read-only
  3997.                STATUS mandatory
  3998.                DESCRIPTION
  3999.                    "The Non Broadcast line on which this entry's
  4000.                    equivalence is effective.  This is the same value
  4001.                    as the IfIndex."
  4002.                ::= { phivNonBroadcastEntry 1 }
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008.  
  4009.           Expires December 24, 1993                            [Page 68]
  4010.  
  4011.  
  4012.  
  4013.  
  4014.  
  4015.           draft           DECnet Phase IV MIB Extensions         June 93
  4016.  
  4017.  
  4018.           phivNonBroadcastController OBJECT-TYPE
  4019.                SYNTAX INTEGER {
  4020.                    normal (1),
  4021.                    loopback (2),
  4022.                    other (3)
  4023.                }
  4024.                ACCESS read-only
  4025.                STATUS mandatory
  4026.                DESCRIPTION
  4027.                    "This value represents the Physical Link hardware
  4028.                    controller mode for the line device. The values
  4029.                    for controller-mode are:
  4030.  
  4031.                    NORMAL  For normal controller operating mode.
  4032.  
  4033.                    LOOPBACK For software controllable loopback of the
  4034.                    controller. On those devices that can support this
  4035.                    mode, it causes all transmitted messages to be looped
  4036.                    back from within the controller itself. This is
  4037.                    accomplished without any manual intervention other
  4038.                    than the setting of this parameter value.
  4039.  
  4040.                    OTHER indicates function is not supported
  4041.                    Note that these values are incremented by one compared to
  4042.                    the standard DECnet values."
  4043.                ::= { phivNonBroadcastEntry 2 }
  4044.  
  4045.           phivNonBroadcastDuplex OBJECT-TYPE
  4046.                SYNTAX INTEGER {
  4047.                    full (1),
  4048.                    half (2)
  4049.                }
  4050.                ACCESS read-only
  4051.                STATUS mandatory
  4052.                DESCRIPTION
  4053.                    "This value represents the Physical Link hardware
  4054.                    duplex mode of the line device. The possible modes
  4055.                    are:
  4056.  
  4057.                    FULL   Full-duplex
  4058.                    HALF   Half-duplex
  4059.  
  4060.                    Note that these values are incremented by one compared to
  4061.                    the standard DECnet values."
  4062.                ::= { phivNonBroadcastEntry 3 }
  4063.  
  4064.  
  4065.  
  4066.  
  4067.  
  4068.           Expires December 24, 1993                            [Page 69]
  4069.  
  4070.  
  4071.  
  4072.  
  4073.  
  4074.           draft           DECnet Phase IV MIB Extensions         June 93
  4075.  
  4076.  
  4077.  
  4078.           phivNonBroadcastClock OBJECT-TYPE
  4079.                SYNTAX INTEGER {
  4080.                    external (1),
  4081.                    internal (2),
  4082.                    other (3)
  4083.                }
  4084.                ACCESS read-only
  4085.                STATUS mandatory
  4086.                DESCRIPTION
  4087.                    "This value represents the Physical Link hardware clock
  4088.                    mode for the line device. The values for clock-mode are:
  4089.  
  4090.                    INTERNAL For software controllable loopback use of
  4091.                    the clock. On those devices that can support this
  4092.                    mode, it causes the device to supply a clock signal
  4093.                    such that a transmitted messages can be looped
  4094.                    back from outside the device. This may require manual
  4095.                    intervention other than the setting of this parameter
  4096.                    value. For example, the operator may have to connect
  4097.                    a loopback plug in place of the normal line.
  4098.  
  4099.                    EXTERNAL For normal clock operating mode, where the
  4100.                    clock signal is supplied externally to the controller.
  4101.                    Note that these values are incremented by one compared to
  4102.                    the standard DECnet values."
  4103.                ::= { phivNonBroadcastEntry 4 }
  4104.  
  4105.           phivNonBroadcastRetransmitTimer OBJECT-TYPE
  4106.                SYNTAX INTEGER (1..65535)
  4107.                ACCESS read-only
  4108.                STATUS mandatory
  4109.                DESCRIPTION
  4110.                    "This value represents number of milliseconds before
  4111.                    the Data Link retransmits a block on the line. On
  4112.                    half-duplex lines, this parameter is the select timer."
  4113.                DEFVAL { 3000 }
  4114.                ::= { phivNonBroadcastEntry 5 }
  4115.  
  4116.           -- Area Parameters Group
  4117.  
  4118.           -- The implementation of the Area Parameters Group is mandatory
  4119.           -- for all systems which implement level 2 routing.
  4120.  
  4121.           phivAreaTable OBJECT-TYPE
  4122.  
  4123.  
  4124.  
  4125.  
  4126.  
  4127.           Expires December 24, 1993                            [Page 70]
  4128.  
  4129.  
  4130.  
  4131.  
  4132.  
  4133.           draft           DECnet Phase IV MIB Extensions         June 93
  4134.  
  4135.  
  4136.                SYNTAX SEQUENCE OF PhivAreaEntry
  4137.                ACCESS not-accessible
  4138.                STATUS mandatory
  4139.                DESCRIPTION
  4140.                    "Table of information kept on all areas known to
  4141.                    this unit."
  4142.                ::= { area 1 }
  4143.  
  4144.           phivAreaEntry OBJECT-TYPE
  4145.                SYNTAX PhivAreaEntry
  4146.                ACCESS not-accessible
  4147.                STATUS mandatory
  4148.                DESCRIPTION
  4149.                    "The area routing information."
  4150.                INDEX  { phivAreaNum }
  4151.                ::= { phivAreaTable 1 }
  4152.  
  4153.           PhivAreaEntry ::=
  4154.                SEQUENCE {
  4155.                    phivAreaNum
  4156.                        INTEGER,
  4157.                    phivAreaState
  4158.                        INTEGER,
  4159.                    phivAreaCost
  4160.                        Gauge,
  4161.                    phivAreaHops
  4162.                        INTEGER,
  4163.                    phivAreaNextNode
  4164.                        PhivAddr,
  4165.                    phivAreaCircuitIndex
  4166.                       INTEGER
  4167.                }
  4168.           phivAreaNum OBJECT-TYPE
  4169.                SYNTAX INTEGER (0..64)
  4170.                ACCESS read-only
  4171.                STATUS mandatory
  4172.                DESCRIPTION
  4173.                    "This value indicates the area number of this entry."
  4174.                ::= { phivAreaEntry 1 }
  4175.  
  4176.           phivAreaState OBJECT-TYPE
  4177.                SYNTAX INTEGER {
  4178.                    reachable (4),
  4179.                    unreachable (5)
  4180.                }
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.           Expires December 24, 1993                            [Page 71]
  4187.  
  4188.  
  4189.  
  4190.  
  4191.  
  4192.           draft           DECnet Phase IV MIB Extensions         June 93
  4193.  
  4194.  
  4195.                ACCESS read-only
  4196.                STATUS mandatory
  4197.                DESCRIPTION
  4198.                    "This value indicates the state of the area"
  4199.                ::= { phivAreaEntry 2 }
  4200.  
  4201.           phivAreaCost OBJECT-TYPE
  4202.                SYNTAX Gauge
  4203.                ACCESS read-only
  4204.                STATUS mandatory
  4205.                DESCRIPTION
  4206.                    "The total cost over the current path to the
  4207.                     destination area. Cost is a value associated with
  4208.                     using a circuit. Routing routes messages (data)
  4209.                     along the path between 2 areas with the smallest
  4210.                     cost."
  4211.                ::= { phivAreaEntry 3 }
  4212.  
  4213.           phivAreaHops OBJECT-TYPE
  4214.                SYNTAX INTEGER (0..255)
  4215.                ACCESS read-only
  4216.                STATUS mandatory
  4217.                DESCRIPTION
  4218.                    "The number of hops to a destination area. A hop is
  4219.                    the routing value representing the logical distance
  4220.                    between two areas in network."
  4221.                ::= { phivAreaEntry 4 }
  4222.  
  4223.           phivAreaNextNode OBJECT-TYPE
  4224.                SYNTAX PhivAddr
  4225.                ACCESS read-only
  4226.                STATUS mandatory
  4227.                DESCRIPTION
  4228.                    "The next node on the circuit used to get to the
  4229.                    area under scrutiny."
  4230.                ::= { phivAreaEntry 5 }
  4231.  
  4232.           phivAreaCircuitIndex OBJECT-TYPE
  4233.                SYNTAX INTEGER
  4234.                ACCESS read-only
  4235.                STATUS mandatory
  4236.                DESCRIPTION
  4237.                    "A unique index value for each known circuit."
  4238.                ::= { phivAreaEntry 6 }
  4239.  
  4240.  
  4241.  
  4242.  
  4243.  
  4244.  
  4245.           Expires December 24, 1993                            [Page 72]
  4246.  
  4247.  
  4248.  
  4249.  
  4250.  
  4251.           draft           DECnet Phase IV MIB Extensions         June 93
  4252.  
  4253.  
  4254.           -- Additional Area Parameters
  4255.  
  4256.           phivAreaMaxCost OBJECT-TYPE
  4257.                SYNTAX INTEGER (1..1022)
  4258.                ACCESS read-write
  4259.                STATUS mandatory
  4260.                DESCRIPTION
  4261.                    "This value represents the maximum total path cost
  4262.                    allowed from the executor to any other level 2 routing
  4263.                    node. The AREA MAXIMUM COST number is decimal in the
  4264.                    range 1-1022. This parameter is only applicable if
  4265.                    the executor node is of type AREA."
  4266.                ::= { area 2 }
  4267.  
  4268.           phivAreaMaxHops OBJECT-TYPE
  4269.                SYNTAX INTEGER (1..30)
  4270.                ACCESS read-write
  4271.                STATUS mandatory
  4272.                DESCRIPTION
  4273.                    "This value represents the maximum number of routing hops
  4274.                    allowable from the executor to any other level 2
  4275.                    routing node.  This parameter is only applicable if the
  4276.                    executor node is of type AREA."
  4277.                ::= { area 3 }
  4278.  
  4279.           phivRouteMaxArea OBJECT-TYPE
  4280.                SYNTAX INTEGER (1..63)
  4281.                ACCESS read-write
  4282.                STATUS mandatory
  4283.                DESCRIPTION
  4284.                    "This value represents the largest area number and,
  4285.                    therefore, number of areas that can be known about
  4286.                    by the executor node's Routing. This parameter is only
  4287.                    applicable if the executor node is of type AREA."
  4288.                ::= { area 4 }
  4289.  
  4290.                  END
  4291.  
  4292.  
  4293.  
  4294.  
  4295.  
  4296.  
  4297.  
  4298.  
  4299.  
  4300.  
  4301.  
  4302.  
  4303.  
  4304.           Expires December 24, 1993                            [Page 73]
  4305.  
  4306.  
  4307.  
  4308.  
  4309.  
  4310.           draft           DECnet Phase IV MIB Extensions         June 93
  4311.  
  4312.  
  4313.           6.  Acknowledgements
  4314.  
  4315.           This document is the result of work undertaken the by DECnet
  4316.           Phase IV MIB working group. In addition, the special contribu-
  4317.           tions and comments of the following members are also ack-
  4318.           nowledged:
  4319.  
  4320.             Chris Chiotasso, Sparticus
  4321.  
  4322.             Steven Hunter, National Energy Research Supercomputer
  4323.           Center,
  4324.  
  4325.             Lawrence Livermore National Laboratory
  4326.  
  4327.  
  4328.  
  4329.  
  4330.  
  4331.  
  4332.  
  4333.  
  4334.  
  4335.  
  4336.  
  4337.  
  4338.  
  4339.  
  4340.  
  4341.  
  4342.  
  4343.  
  4344.  
  4345.  
  4346.  
  4347.  
  4348.  
  4349.  
  4350.  
  4351.  
  4352.  
  4353.  
  4354.  
  4355.  
  4356.  
  4357.  
  4358.  
  4359.  
  4360.  
  4361.  
  4362.  
  4363.           Expires December 24, 1993                            [Page 74]
  4364.  
  4365.  
  4366.  
  4367.  
  4368.  
  4369.           draft           DECnet Phase IV MIB Extensions         June 93
  4370.  
  4371.  
  4372.           7.  References
  4373.  
  4374.  
  4375.           Cerf, V., "IAB Recommendations for the Development of Internet
  4376.           Network Management Standards", RFC 1052, NRI, April 1988.
  4377.  
  4378.           Rose M., and K. McCloghrie, "Structure and Identification of
  4379.           Management Information for TCP/IP-based internets", RFC 1155,
  4380.           Performance Systems International, Hughes LAN Systems, May
  4381.           1990.
  4382.  
  4383.           McCloghrie K., and M. Rose, "Management Information Base for
  4384.           Network Management of TCP/IP-based internets", RFC 1156,
  4385.           Hughes LAN Systems, Performance Systems International, May
  4386.           1990.
  4387.  
  4388.           Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  4389.           Network Management Protocol", RFC 1157, SNMP Research, Perfor-
  4390.           mance Systems International, Performance Systems Interna-
  4391.           tional, MIT Laboratory for Computer Science, May 1990.
  4392.  
  4393.           McCloghrie K., and M. Rose, Editors, "Management Information
  4394.           Base for Network Management of TCP/IP-based internets", RFC
  4395.           1213, Performance Systems International, March 1991.
  4396.  
  4397.           Rose, M., and K. McCloghrie, Editors, "Concise MIB Defini-
  4398.           tions", RFC 1212, Performance Systems International, Hughes
  4399.           LAN Systems, March 1991.
  4400.  
  4401.           Cook, J., Editor, "Definitions of Managed Objects for the
  4402.           Ethernet-like Interface Types", RFC 1284, Chipcom Corporation,
  4403.           December 1991.
  4404.  
  4405.           Digital Equipment Corporation, "DECnet-ULTRIX NCP Command
  4406.           Reference", Digital Equipment Corporation, Maynard, Mas-
  4407.           sachusetts.
  4408.  
  4409.           Digital Equipment Corporation, "DECnet-ULTRIX USE Guide",
  4410.           Digital Equipment Corporation, Maynard, Massachusetts.
  4411.  
  4412.           Digital Equipment Corporation, "DECnet DIGITAL Network Archi-
  4413.           tecture, Network Management Functional Specification", Version
  4414.           4.0.0. Digital Equipment Corporation, Maynard, Massachusetts,
  4415.           July 1983.
  4416.  
  4417.  
  4418.  
  4419.  
  4420.  
  4421.  
  4422.           Expires December 24, 1993                            [Page 75]
  4423.  
  4424.  
  4425.  
  4426.  
  4427.  
  4428.           draft           DECnet Phase IV MIB Extensions         June 93
  4429.  
  4430.  
  4431.           Digital Equipment Corporation, "DECnet DIGITAL Network Archi-
  4432.           tecture, Routing Layer Functional Specification", Version
  4433.           2.0.0.  Digital Equipment Corporation, Maynard, Massachusetts,
  4434.           May 1983.
  4435.  
  4436.  
  4437.  
  4438.  
  4439.  
  4440.  
  4441.  
  4442.  
  4443.  
  4444.  
  4445.  
  4446.  
  4447.  
  4448.  
  4449.  
  4450.  
  4451.  
  4452.  
  4453.  
  4454.  
  4455.  
  4456.  
  4457.  
  4458.  
  4459.  
  4460.  
  4461.  
  4462.  
  4463.  
  4464.  
  4465.  
  4466.  
  4467.  
  4468.  
  4469.  
  4470.  
  4471.  
  4472.  
  4473.  
  4474.  
  4475.  
  4476.  
  4477.  
  4478.  
  4479.  
  4480.  
  4481.           Expires December 24, 1993                            [Page 76]
  4482.  
  4483.  
  4484.  
  4485.  
  4486.  
  4487.           draft           DECnet Phase IV MIB Extensions         June 93
  4488.  
  4489.  
  4490.           8.  Security Considerations
  4491.  
  4492.           Security issues are not discussed in this memo.
  4493.  
  4494.  
  4495.  
  4496.  
  4497.           9.  Author's Address
  4498.  
  4499.  
  4500.  
  4501.  
  4502.                Jon Saperia
  4503.                Digital Equipment Corporation
  4504.                153 Taylor Street
  4505.                M/S TAY2-2/B5
  4506.                Littleton, MA 01460
  4507.  
  4508.                Voice: +1 508-952-3171
  4509.                Email: saperia@tay.dec.com
  4510.  
  4511.  
  4512.  
  4513.  
  4514.  
  4515.  
  4516.  
  4517.  
  4518.  
  4519.  
  4520.  
  4521.  
  4522.  
  4523.  
  4524.  
  4525.  
  4526.  
  4527.  
  4528.  
  4529.  
  4530.  
  4531.  
  4532.  
  4533.  
  4534.  
  4535.  
  4536.  
  4537.  
  4538.  
  4539.  
  4540.           Expires December 24, 1993                            [Page 77]
  4541.  
  4542.  
  4543.  
  4544.  
  4545.  
  4546.           draft           DECnet Phase IV MIB Extensions         June 93
  4547.  
  4548.  
  4549.           Table of Contents
  4550.  
  4551.  
  4552.           1 Introduction ..........................................    2
  4553.           2 The Network Management Framework ......................    3
  4554.           2.1 Object Definitions ..................................    3
  4555.           2.2 Format of Definitions ...............................    3
  4556.           3 Selected Objects ......................................    4
  4557.           4 Textual Conventions ...................................    6
  4558.           5 Definitions ...........................................    7
  4559.           6 Acknowledgements ......................................   74
  4560.           7 References ............................................   75
  4561.           8 Security Considerations ...............................   77
  4562.           9 Author's Address ......................................   77
  4563.  
  4564.  
  4565.  
  4566.  
  4567.  
  4568.  
  4569.  
  4570.  
  4571.  
  4572.  
  4573.  
  4574.  
  4575.  
  4576.  
  4577.  
  4578.  
  4579.  
  4580.  
  4581.  
  4582.  
  4583.  
  4584.  
  4585.  
  4586.  
  4587.  
  4588.  
  4589.  
  4590.  
  4591.  
  4592.  
  4593.  
  4594.  
  4595.  
  4596.  
  4597.  
  4598.  
  4599.           Expires December 24, 1993                            [Page 78]
  4600.  
  4601.  
  4602.